Color Hex Logo

#420bca Color Hex

#420BCA
(66,11,202)
0 Favorites   0 Comments

Color spaces of #420bca

RGB 6611202
HSL0.710.900.42
HSV257°95°79°
CMYK 0.670.950.00   0.21
XYZ13.02715.661956.2834
Yxy5.66190.17380.0755
Hunter Lab23.794756.0840-123.5865
CIE-Lab28.542965.7988-83.7123

#420bca color RGB value is (66,11,202).

#420bca hex color red value is 66, green value is 11 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #420bca hue: 0.71 , saturation: 0.90 and the lightness value of 420bca is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001011 11001010
Octal 102 13 312
Decimal 66 11 202
Hex 42 B CA

RGB Percentages of Color #420bca

%23.66
%3.94
%72.40

CMYK Percentages of Color #420bca

%67
%95
%0
%21

Triadic Colors of #420bca

#420bca #ca420b #0bca42

Analogous Colors of #420bca

#420bca #a20bca #0b33ca

Monochromatic Colors of #420bca

#420bca

Complementary Color

#420bca #93ca0b

#420bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#420bca Color CSS Codes

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

#420bca Text Font Color

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

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


#420bca Background Color

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

This div background color is #420bca


#420bca Border Color

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

This div border color is #420bca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,11,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 #420bca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420bca


Comments

No comments written yet.

Please login to write comment.