Color Hex Logo

#5259cf Color Hex

#5259CF
(82,89,207)
0 Favorites   0 Comments

Color spaces of #5259cf

RGB 8289207
HSL0.660.570.57
HSV237°60°81°
CMYK 0.600.570.00   0.19
XYZ18.314513.443660.6611
Yxy13.44360.19820.1455
Hunter Lab36.665524.9965-72.4262
CIE-Lab43.424232.6558-62.1130

#5259cf color RGB value is (82,89,207).

#5259cf hex color red value is 82, green value is 89 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5259cf hue: 0.66 , saturation: 0.57 and the lightness value of 5259cf is 0.57.

The process color (four color CMYK) of #5259cf color hex is 0.60, 0.57, 0.00, 0.19. Web safe color of #5259cf is #6666cc. Color #5259cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011001 11001111
Octal 122 131 317
Decimal 82 89 207
Hex 52 59 CF

RGB Percentages of Color #5259cf

%21.69
%23.54
%54.76

CMYK Percentages of Color #5259cf

%60
%57
%0
%19

Triadic Colors of #5259cf

#5259cf #cf5259 #59cf52

Analogous Colors of #5259cf

#5259cf #8a52cf #5298cf

Monochromatic Colors of #5259cf

#5259cf

Complementary Color

#5259cf #cfc852

#5259cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5259cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5259cf Color CSS Codes

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

#5259cf Text Font Color

<p style="color:#5259cf">Text here</p>

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


#5259cf Background Color

<div style="background-color:#5259cf">
Div content here</div>

This div background color is #5259cf


#5259cf Border Color

<div style="border:3px solid #5259cf">
Div here</div>

This div border color is #5259cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,89,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5259cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5259cf;
  -webkit-box-shadow: 1px 1px 3px 2px #5259cf;
  box-shadow:         1px 1px 3px 2px #5259cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,89,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5259cf


Comments

No comments written yet.

Please login to write comment.