Color Hex Logo

#423cca Color Hex

#423CCA
(66,60,202)
0 Favorites   0 Comments

Color spaces of #423cca

RGB 6660202
HSL0.670.570.51
HSV243°70°79°
CMYK 0.670.700.00   0.21
XYZ14.52338.654256.7821
Yxy8.65420.18160.1082
Hunter Lab29.418036.6416-93.8478
CIE-Lab35.309846.1453-72.5180

#423cca color RGB value is (66,60,202).

#423cca hex color red value is 66, green value is 60 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #423cca hue: 0.67 , saturation: 0.57 and the lightness value of 423cca is 0.51.

The process color (four color CMYK) of #423cca color hex is 0.67, 0.70, 0.00, 0.21. Web safe color of #423cca is #3333cc. Color #423cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00111100 11001010
Octal 102 74 312
Decimal 66 60 202
Hex 42 3C CA

RGB Percentages of Color #423cca

%20.12
%18.29
%61.59

CMYK Percentages of Color #423cca

%67
%70
%0
%21

Triadic Colors of #423cca

#423cca #ca423c #3cca42

Analogous Colors of #423cca

#423cca #893cca #3c7dca

Monochromatic Colors of #423cca

#423cca

Complementary Color

#423cca #c4ca3c

#423cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#423cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#423cca Color CSS Codes

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

#423cca Text Font Color

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

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


#423cca Background Color

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

This div background color is #423cca


#423cca Border Color

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

This div border color is #423cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #423cca


Comments

No comments written yet.

Please login to write comment.