Color Hex Logo

#4243cc Color Hex

#4243CC
(66,67,204)
0 Favorites   0 Comments

Color spaces of #4243cc

RGB 6667204
HSL0.670.580.53
HSV240°68°80°
CMYK 0.680.670.00   0.20
XYZ15.15309.532258.1680
Yxy9.53220.18290.1150
Hunter Lab30.874333.5773-90.0921
CIE-Lab36.989442.7144-70.9213

#4243cc color RGB value is (66,67,204).

#4243cc hex color red value is 66, green value is 67 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4243cc hue: 0.67 , saturation: 0.58 and the lightness value of 4243cc is 0.53.

The process color (four color CMYK) of #4243cc color hex is 0.68, 0.67, 0.00, 0.20. Web safe color of #4243cc is #3333cc. Color #4243cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000011 11001100
Octal 102 103 314
Decimal 66 67 204
Hex 42 43 CC

RGB Percentages of Color #4243cc

%19.58
%19.88
%60.53

CMYK Percentages of Color #4243cc

%68
%67
%0
%20

Triadic Colors of #4243cc

#4243cc #cc4243 #43cc42

Analogous Colors of #4243cc

#4243cc #8642cc #4288cc

Monochromatic Colors of #4243cc

#4243cc

Complementary Color

#4243cc #cccb42

#4243cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4243cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4243cc Color CSS Codes

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

#4243cc Text Font Color

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

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


#4243cc Background Color

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

This div background color is #4243cc


#4243cc Border Color

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

This div border color is #4243cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4243cc


Comments

No comments written yet.

Please login to write comment.