color codes Logo

#521cbd color codes

#521CBD
(82,28,189)
0 Favorites   0 Comments

Color spaces of #521cbd

RGB 8228189
HSL0.720.740.43
HSV260°85°74°
CMYK 0.570.850.00   0.26
XYZ13.08026.298548.6704
Yxy6.29850.19220.0926
Hunter Lab25.096849.1129-97.4137
CIE-Lab30.153459.2069-73.3454

#521cbd color RGB value is (82,28,189).

#521cbd hex color red value is 82, green value is 28 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #521cbd hue: 0.72 , saturation: 0.74 and the lightness value of 521cbd is 0.43.

The process color (four color CMYK) of #521cbd color code is 0.57, 0.85, 0.00, 0.26. Web safe color of #521cbd is #6633cc. Color #521cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011100 10111101
Octal 122 34 275
Decimal 82 28 189
Hex 52 1C BD

RGB Percentages of Color #521cbd

%27.42
%9.36
%63.21

CMYK Percentages of Color #521cbd

%57
%85
%0
%26

Triadic Colors of #521cbd

#521cbd #bd521c #1cbd52

Analogous Colors of #521cbd

#521cbd #a31cbd #1c36bd

Monochromatic Colors of #521cbd

#521cbd

Complementary Color

#521cbd #87bd1c

#521cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#521cbd Color CSS Codes

.mybgcolor {background-color:#521cbd; } 
.myforecolor {color:#521cbd; }
.mybordercolor {border:3px solid #521cbd; }

#521cbd Text Font Color

<p style="color:#521cbd">Text here</p>

This sample text font color is #521cbd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#521cbd Background Color

<div style="background-color:#521cbd">
Div content here</div>

This div background color is #521cbd


#521cbd Border Color

<div style="border:3px solid #521cbd">
Div here</div>

This div border color is #521cbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,28,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #521cbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #521cbd;
  -webkit-box-shadow: 1px 1px 3px 2px #521cbd;
  box-shadow:         1px 1px 3px 2px #521cbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,28,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #521cbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #521cbd;
  -webkit-box-shadow: 1px 1px 3px 2px #521cbd;
  box-shadow:         1px 1px 3px 2px #521cbd;">
Div content here</div>

This div box has shadow with color #521cbd

#521cbd Color Palettes


Comments

No comments written yet.

Please login to write comment.