Color Hex Logo

#427deb Color Hex

#427DEB
(66,125,235)
0 Favorites   0 Comments

Color spaces of #427deb

RGB 66125235
HSL0.610.810.59
HSV219°72°92°
CMYK 0.720.470.00   0.08
XYZ24.575821.823681.5144
Yxy21.82360.19210.1706
Hunter Lab46.715712.1512-70.7542
CIE-Lab53.839317.5053-61.1897

#427deb color RGB value is (66,125,235).

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

The process color (four color CMYK) of #427deb color hex is 0.72, 0.47, 0.00, 0.08. Web safe color of #427deb is #3366ff. Color #427deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111101 11101011
Octal 102 175 353
Decimal 66 125 235
Hex 42 7D EB

RGB Percentages of Color #427deb

%15.49
%29.34
%55.16

CMYK Percentages of Color #427deb

%72
%47
%0
%8

Triadic Colors of #427deb

#427deb #eb427d #7deb42

Analogous Colors of #427deb

#427deb #5c42eb #42d2eb

Monochromatic Colors of #427deb

#427deb

Complementary Color

#427deb #ebb042

#427deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#427deb Color CSS Codes

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

#427deb Text Font Color

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

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


#427deb Background Color

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

This div background color is #427deb


#427deb Border Color

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

This div border color is #427deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427deb


Comments

No comments written yet.

Please login to write comment.