Color Hex Logo

#5f85dd Color Hex

#5F85DD
(95,133,221)
0 Favorites   0 Comments

Color spaces of #5f85dd

RGB 95133221
HSL0.620.650.62
HSV222°57°87°
CMYK 0.570.400.00   0.13
XYZ26.158024.428471.7431
Yxy24.42840.21380.1997
Hunter Lab49.42517.9764-51.4650
CIE-Lab56.514212.6699-49.0106

#5f85dd color RGB value is (95,133,221).

#5f85dd hex color red value is 95, green value is 133 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5f85dd hue: 0.62 , saturation: 0.65 and the lightness value of 5f85dd is 0.62.

The process color (four color CMYK) of #5f85dd color hex is 0.57, 0.40, 0.00, 0.13. Web safe color of #5f85dd is #6699cc. Color #5f85dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10000101 11011101
Octal 137 205 335
Decimal 95 133 221
Hex 5F 85 DD

RGB Percentages of Color #5f85dd

%21.16
%29.62
%49.22

CMYK Percentages of Color #5f85dd

%57
%40
%0
%13

Triadic Colors of #5f85dd

#5f85dd #dd5f85 #85dd5f

Analogous Colors of #5f85dd

#5f85dd #785fdd #5fc4dd

Monochromatic Colors of #5f85dd

#5f85dd

Complementary Color

#5f85dd #ddb75f

#5f85dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f85dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f85dd Color CSS Codes

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

#5f85dd Text Font Color

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

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


#5f85dd Background Color

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

This div background color is #5f85dd


#5f85dd Border Color

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

This div border color is #5f85dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f85dd


Comments

No comments written yet.

Please login to write comment.