Color Hex Logo

#4259cb Color Hex

#4259CB
(66,89,203)
0 Favorites   0 Comments

Color spaces of #4259cb

RGB 6689203
HSL0.640.570.53
HSV230°67°80°
CMYK 0.670.560.00   0.20
XYZ16.598612.614858.0600
Yxy12.61480.19020.1445
Hunter Lab35.517321.2646-72.0590
CIE-Lab42.177028.7150-61.8767

#4259cb color RGB value is (66,89,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011001 11001011
Octal 102 131 313
Decimal 66 89 203
Hex 42 59 CB

RGB Percentages of Color #4259cb

%18.44
%24.86
%56.70

CMYK Percentages of Color #4259cb

%67
%56
%0
%20

Triadic Colors of #4259cb

#4259cb #cb4259 #59cb42

Analogous Colors of #4259cb

#4259cb #7042cb #429ecb

Monochromatic Colors of #4259cb

#4259cb

Complementary Color

#4259cb #cbb442

#4259cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4259cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4259cb Color CSS Codes

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

#4259cb Text Font Color

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

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


#4259cb Background Color

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

This div background color is #4259cb


#4259cb Border Color

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

This div border color is #4259cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4259cb


Comments

No comments written yet.

Please login to write comment.