Color Hex Logo

#4209ca Color Hex

#4209CA
(66,9,202)
0 Favorites   0 Comments

Color spaces of #4209ca

RGB 669202
HSL0.720.910.41
HSV258°96°79°
CMYK 0.670.960.00   0.21
XYZ13.00515.617956.2760
Yxy5.61790.17360.0750
Hunter Lab23.702156.4624-124.1810
CIE-Lab28.427266.1523-83.9048

#4209ca color RGB value is (66,9,202).

#4209ca hex color red value is 66, green value is 9 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4209ca hue: 0.72 , saturation: 0.91 and the lightness value of 4209ca is 0.41.

The process color (four color CMYK) of #4209ca color hex is 0.67, 0.96, 0.00, 0.21. Web safe color of #4209ca is #3300cc. Color #4209ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001001 11001010
Octal 102 11 312
Decimal 66 9 202
Hex 42 9 CA

RGB Percentages of Color #4209ca

%23.83
%3.25
%72.92

CMYK Percentages of Color #4209ca

%67
%96
%0
%21

Triadic Colors of #4209ca

#4209ca #ca4209 #09ca42

Analogous Colors of #4209ca

#4209ca #a309ca #0930ca

Monochromatic Colors of #4209ca

#4209ca

Complementary Color

#4209ca #91ca09

#4209ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4209ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4209ca Color CSS Codes

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

#4209ca Text Font Color

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

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


#4209ca Background Color

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

This div background color is #4209ca


#4209ca Border Color

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

This div border color is #4209ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,9,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4209ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4209ca;
  -webkit-box-shadow: 1px 1px 3px 2px #4209ca;
  box-shadow:         1px 1px 3px 2px #4209ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4209ca


Comments

No comments written yet.

Please login to write comment.