Color Hex Logo

#210068 Color Hex

#210068
(33,0,104)
0 Favorites   0 Comments

Color spaces of #210068

RGB 330104
HSL0.721.000.20
HSV259°100°41°
CMYK 0.681.000.00   0.59
XYZ3.12591.322813.1873
Yxy1.32280.17720.0750
Hunter Lab11.501328.3866-59.9305
CIE-Lab11.434041.9449-51.6529

#210068 color RGB value is (33,0,104).

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

The process color (four color CMYK) of #210068 color hex is 0.68, 1.00, 0.00, 0.59. Web safe color of #210068 is #330066. Color #210068 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00000000 01101000
Octal 41 0 150
Decimal 33 0 104
Hex 21 0 68

RGB Percentages of Color #210068

%24.09
%0.00
%75.91

CMYK Percentages of Color #210068

%68
%100
%0
%59

Triadic Colors of #210068

#210068 #682100 #006821

Analogous Colors of #210068

#210068 #550068 #001368

Monochromatic Colors of #210068

#210068

Complementary Color

#210068 #476800

#210068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#210068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#210068 Color CSS Codes

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

#210068 Text Font Color

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

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


#210068 Background Color

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

This div background color is #210068


#210068 Border Color

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

This div border color is #210068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #210068


Comments

No comments written yet.

Please login to write comment.