Color Hex Logo

#5239cd Color Hex

#5239CD
(82,57,205)
0 Favorites   0 Comments

Color spaces of #5239cd

RGB 8257205
HSL0.690.600.51
HSV250°72°80°
CMYK 0.600.720.00   0.20
XYZ15.96229.127958.6782
Yxy9.12790.19060.1090
Hunter Lab30.212441.4356-94.0037
CIE-Lab36.229450.7329-72.7048

#5239cd color RGB value is (82,57,205).

#5239cd hex color red value is 82, green value is 57 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5239cd hue: 0.69 , saturation: 0.60 and the lightness value of 5239cd is 0.51.

The process color (four color CMYK) of #5239cd color hex is 0.60, 0.72, 0.00, 0.20. Web safe color of #5239cd is #6633cc. Color #5239cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111001 11001101
Octal 122 71 315
Decimal 82 57 205
Hex 52 39 CD

RGB Percentages of Color #5239cd

%23.84
%16.57
%59.59

CMYK Percentages of Color #5239cd

%60
%72
%0
%20

Triadic Colors of #5239cd

#5239cd #cd5239 #39cd52

Analogous Colors of #5239cd

#5239cd #9c39cd #396acd

Monochromatic Colors of #5239cd

#5239cd

Complementary Color

#5239cd #b4cd39

#5239cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5239cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5239cd Color CSS Codes

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

#5239cd Text Font Color

<p style="color:#5239cd">Text here</p>

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


#5239cd Background Color

<div style="background-color:#5239cd">
Div content here</div>

This div background color is #5239cd


#5239cd Border Color

<div style="border:3px solid #5239cd">
Div here</div>

This div border color is #5239cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,57,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5239cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5239cd;
  -webkit-box-shadow: 1px 1px 3px 2px #5239cd;
  box-shadow:         1px 1px 3px 2px #5239cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5239cd


Comments

No comments written yet.

Please login to write comment.