Color Hex Logo

#4210cc Color Hex

#4210CC
(66,16,204)
0 Favorites   0 Comments

Color spaces of #4210cc

RGB 6616204
HSL0.710.850.43
HSV256°92°80°
CMYK 0.680.920.00   0.20
XYZ13.33115.888557.5607
Yxy5.88850.17360.0767
Hunter Lab24.266255.5963-123.6524
CIE-Lab29.129465.2608-83.9063

#4210cc color RGB value is (66,16,204).

#4210cc hex color red value is 66, green value is 16 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4210cc hue: 0.71 , saturation: 0.85 and the lightness value of 4210cc is 0.43.

The process color (four color CMYK) of #4210cc color hex is 0.68, 0.92, 0.00, 0.20. Web safe color of #4210cc is #3300cc. Color #4210cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010000 11001100
Octal 102 20 314
Decimal 66 16 204
Hex 42 10 CC

RGB Percentages of Color #4210cc

%23.08
%5.59
%71.33

CMYK Percentages of Color #4210cc

%68
%92
%0
%20

Triadic Colors of #4210cc

#4210cc #cc4210 #10cc42

Analogous Colors of #4210cc

#4210cc #a010cc #103ccc

Monochromatic Colors of #4210cc

#4210cc

Complementary Color

#4210cc #9acc10

#4210cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4210cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4210cc Color CSS Codes

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

#4210cc Text Font Color

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

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


#4210cc Background Color

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

This div background color is #4210cc


#4210cc Border Color

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

This div border color is #4210cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,16,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4210cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4210cc;
  -webkit-box-shadow: 1px 1px 3px 2px #4210cc;
  box-shadow:         1px 1px 3px 2px #4210cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,16,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4210cc


Comments

No comments written yet.

Please login to write comment.