Color Hex Logo

#427bcd Color Hex

#427BCD
(66,123,205)
0 Favorites   0 Comments

Color spaces of #427bcd

RGB 66123205
HSL0.600.580.53
HSV215°68°80°
CMYK 0.680.400.00   0.20
XYZ20.349219.731960.4937
Yxy19.73190.20230.1962
Hunter Lab44.42064.0353-49.6490
CIE-Lab51.53278.0267-47.9812

#427bcd color RGB value is (66,123,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111011 11001101
Octal 102 173 315
Decimal 66 123 205
Hex 42 7B CD

RGB Percentages of Color #427bcd

%16.75
%31.22
%52.03

CMYK Percentages of Color #427bcd

%68
%40
%0
%20

Triadic Colors of #427bcd

#427bcd #cd427b #7bcd42

Analogous Colors of #427bcd

#427bcd #4f42cd #42c1cd

Monochromatic Colors of #427bcd

#427bcd

Complementary Color

#427bcd #cd9442

#427bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#427bcd Color CSS Codes

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

#427bcd Text Font Color

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

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


#427bcd Background Color

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

This div background color is #427bcd


#427bcd Border Color

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

This div border color is #427bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427bcd


Comments

No comments written yet.

Please login to write comment.