Color Hex Logo

#427bcc Color Hex

#427BCC
(66,123,204)
0 Favorites   0 Comments

Color spaces of #427bcc

RGB 66123204
HSL0.600.580.53
HSV215°68°80°
CMYK 0.680.400.00   0.20
XYZ20.228819.683859.8599
Yxy19.68380.20270.1973
Hunter Lab44.36643.7455-48.9385
CIE-Lab51.47787.6723-47.4997

#427bcc color RGB value is (66,123,204).

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

The process color (four color CMYK) of #427bcc color hex is 0.68, 0.40, 0.00, 0.20. Web safe color of #427bcc is #3366cc. Color #427bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111011 11001100
Octal 102 173 314
Decimal 66 123 204
Hex 42 7B CC

RGB Percentages of Color #427bcc

%16.79
%31.30
%51.91

CMYK Percentages of Color #427bcc

%68
%40
%0
%20

Triadic Colors of #427bcc

#427bcc #cc427b #7bcc42

Analogous Colors of #427bcc

#427bcc #4e42cc #42c0cc

Monochromatic Colors of #427bcc

#427bcc

Complementary Color

#427bcc #cc9342

#427bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#427bcc Color CSS Codes

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

#427bcc Text Font Color

<p style="color:#427bcc">Text here</p>

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


#427bcc Background Color

<div style="background-color:#427bcc">
Div content here</div>

This div background color is #427bcc


#427bcc Border Color

<div style="border:3px solid #427bcc">
Div here</div>

This div border color is #427bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427bcc


Comments

No comments written yet.

Please login to write comment.