Color Hex Logo

#4251de Color Hex

#4251DE
(66,81,222)
0 Favorites   0 Comments

Color spaces of #4251de

RGB 6681222
HSL0.650.700.56
HSV234°70°87°
CMYK 0.700.640.00   0.13
XYZ18.374012.317070.5163
Yxy12.31700.18150.1217
Hunter Lab35.095632.0349-94.5624
CIE-Lab41.715640.3329-73.5277

#4251de color RGB value is (66,81,222).

#4251de hex color red value is 66, green value is 81 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4251de hue: 0.65 , saturation: 0.70 and the lightness value of 4251de is 0.56.

The process color (four color CMYK) of #4251de color hex is 0.70, 0.64, 0.00, 0.13. Web safe color of #4251de is #3366cc. Color #4251de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010001 11011110
Octal 102 121 336
Decimal 66 81 222
Hex 42 51 DE

RGB Percentages of Color #4251de

%17.89
%21.95
%60.16

CMYK Percentages of Color #4251de

%70
%64
%0
%13

Triadic Colors of #4251de

#4251de #de4251 #51de42

Analogous Colors of #4251de

#4251de #8142de #429fde

Monochromatic Colors of #4251de

#4251de

Complementary Color

#4251de #decf42

#4251de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4251de Color Preview on White Background

Lorem ipsum dolor sit amet.

#4251de Color CSS Codes

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

#4251de Text Font Color

<p style="color:#4251de">Text here</p>

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


#4251de Background Color

<div style="background-color:#4251de">
Div content here</div>

This div background color is #4251de


#4251de Border Color

<div style="border:3px solid #4251de">
Div here</div>

This div border color is #4251de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,81,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4251de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4251de;
  -webkit-box-shadow: 1px 1px 3px 2px #4251de;
  box-shadow:         1px 1px 3px 2px #4251de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4251de


Comments

No comments written yet.

Please login to write comment.