Color Hex Logo

#210572 Color Hex

#210572
(33,5,114)
0 Favorites   0 Comments

Color spaces of #210572

RGB 335114
HSL0.710.920.23
HSV255°96°45°
CMYK 0.710.960.00   0.55
XYZ3.71871.646816.0414
Yxy1.64680.17370.0769
Hunter Lab12.832829.2687-65.1316
CIE-Lab13.512442.5326-54.7473

#210572 color RGB value is (33,5,114).

#210572 hex color red value is 33, green value is 5 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #210572 hue: 0.71 , saturation: 0.92 and the lightness value of 210572 is 0.23.

The process color (four color CMYK) of #210572 color hex is 0.71, 0.96, 0.00, 0.55. Web safe color of #210572 is #330066. Color #210572 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00000101 01110010
Octal 41 5 162
Decimal 33 5 114
Hex 21 5 72

RGB Percentages of Color #210572

%21.71
%3.29
%75.00

CMYK Percentages of Color #210572

%71
%96
%0
%55

Triadic Colors of #210572

#210572 #722105 #057221

Analogous Colors of #210572

#210572 #580572 #051f72

Monochromatic Colors of #210572

#210572

Complementary Color

#210572 #567205

#210572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#210572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#210572 Color CSS Codes

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

#210572 Text Font Color

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

This sample text font color is #210572
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.


#210572 Background Color

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

This div background color is #210572


#210572 Border Color

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

This div border color is #210572


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,5,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #210572; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #210572;
  -webkit-box-shadow: 1px 1px 3px 2px #210572;
  box-shadow:         1px 1px 3px 2px #210572; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,5,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #210572


Comments

No comments written yet.

Please login to write comment.