Color Hex Logo

#5f52db Color Hex

#5F52DB
(95,82,219)
0 Favorites   0 Comments

Color spaces of #5f52db

RGB 9582219
HSL0.680.660.59
HSV246°63°86°
CMYK 0.570.630.00   0.14
XYZ20.522813.582068.5577
Yxy13.58200.19990.1323
Hunter Lab36.853834.9074-84.4974
CIE-Lab43.627442.9495-68.6144

#5f52db color RGB value is (95,82,219).

#5f52db hex color red value is 95, green value is 82 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5f52db hue: 0.68 , saturation: 0.66 and the lightness value of 5f52db is 0.59.

The process color (four color CMYK) of #5f52db color hex is 0.57, 0.63, 0.00, 0.14. Web safe color of #5f52db is #6666cc. Color #5f52db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01010010 11011011
Octal 137 122 333
Decimal 95 82 219
Hex 5F 52 DB

RGB Percentages of Color #5f52db

%23.99
%20.71
%55.30

CMYK Percentages of Color #5f52db

%57
%63
%0
%14

Triadic Colors of #5f52db

#5f52db #db5f52 #52db5f

Analogous Colors of #5f52db

#5f52db #a452db #528adb

Monochromatic Colors of #5f52db

#5f52db

Complementary Color

#5f52db #cedb52

#5f52db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f52db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f52db Color CSS Codes

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

#5f52db Text Font Color

<p style="color:#5f52db">Text here</p>

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


#5f52db Background Color

<div style="background-color:#5f52db">
Div content here</div>

This div background color is #5f52db


#5f52db Border Color

<div style="border:3px solid #5f52db">
Div here</div>

This div border color is #5f52db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,82,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5f52db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5f52db;
  -webkit-box-shadow: 1px 1px 3px 2px #5f52db;
  box-shadow:         1px 1px 3px 2px #5f52db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f52db


Comments

No comments written yet.

Please login to write comment.