Color Hex Logo

#4259de Color Hex

#4259DE
(66,89,222)
0 Favorites   0 Comments

Color spaces of #4259de

RGB 6689222
HSL0.640.700.56
HSV231°70°87°
CMYK 0.700.600.00   0.13
XYZ19.004013.576970.7262
Yxy13.57690.18400.1314
Hunter Lab36.846827.5806-88.0122
CIE-Lab43.619935.3916-70.4159

#4259de color RGB value is (66,89,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011001 11011110
Octal 102 131 336
Decimal 66 89 222
Hex 42 59 DE

RGB Percentages of Color #4259de

%17.51
%23.61
%58.89

CMYK Percentages of Color #4259de

%70
%60
%0
%13

Triadic Colors of #4259de

#4259de #de4259 #59de42

Analogous Colors of #4259de

#4259de #7942de #42a7de

Monochromatic Colors of #4259de

#4259de

Complementary Color

#4259de #dec742

#4259de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4259de Color Preview on White Background

Lorem ipsum dolor sit amet.

#4259de Color CSS Codes

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

#4259de Text Font Color

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

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


#4259de Background Color

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

This div background color is #4259de


#4259de Border Color

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

This div border color is #4259de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4259de


Comments

No comments written yet.

Please login to write comment.