Color Hex Logo

#210073 Color Hex

#210073
(33,0,115)
0 Favorites   0 Comments

Color spaces of #210073

RGB 330115
HSL0.711.000.23
HSV257°100°45°
CMYK 0.711.000.00   0.55
XYZ3.72171.561116.3248
Yxy1.56110.17220.0722
Hunter Lab12.494431.3045-68.7204
CIE-Lab12.991344.8243-56.2642

#210073 color RGB value is (33,0,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 00000000 01110011
Octal 41 0 163
Decimal 33 0 115
Hex 21 0 73

RGB Percentages of Color #210073

%22.30
%0.00
%77.70

CMYK Percentages of Color #210073

%71
%100
%0
%55

Triadic Colors of #210073

#210073 #732100 #007321

Analogous Colors of #210073

#210073 #5a0073 #001973

Monochromatic Colors of #210073

#210073

Complementary Color

#210073 #527300

#210073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#210073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#210073 Color CSS Codes

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

#210073 Text Font Color

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

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


#210073 Background Color

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

This div background color is #210073


#210073 Border Color

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

This div border color is #210073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #210073


Comments

No comments written yet.

Please login to write comment.