Color Hex Logo

#427dcb Color Hex

#427DCB
(66,125,203)
0 Favorites   0 Comments

Color spaces of #427dcb

RGB 66125203
HSL0.590.570.53
HSV214°67°80°
CMYK 0.670.380.00   0.20
XYZ20.359920.137359.3137
Yxy20.13730.20400.2018
Hunter Lab44.87462.4561-46.9553
CIE-Lab51.99216.0991-46.1132

#427dcb color RGB value is (66,125,203).

#427dcb hex color red value is 66, green value is 125 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #427dcb hue: 0.59 , saturation: 0.57 and the lightness value of 427dcb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111101 11001011
Octal 102 175 313
Decimal 66 125 203
Hex 42 7D CB

RGB Percentages of Color #427dcb

%16.75
%31.73
%51.52

CMYK Percentages of Color #427dcb

%67
%38
%0
%20

Triadic Colors of #427dcb

#427dcb #cb427d #7dcb42

Analogous Colors of #427dcb

#427dcb #4c42cb #42c2cb

Monochromatic Colors of #427dcb

#427dcb

Complementary Color

#427dcb #cb9042

#427dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#427dcb Color CSS Codes

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

#427dcb Text Font Color

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

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


#427dcb Background Color

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

This div background color is #427dcb


#427dcb Border Color

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

This div border color is #427dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427dcb


Comments

No comments written yet.

Please login to write comment.