Color Hex Logo

#85a1cf Color Hex

#85A1CF
(133,161,207)
0 Favorites   0 Comments

Color spaces of #85a1cf

RGB 133161207
HSL0.600.440.67
HSV217°36°81°
CMYK 0.360.220.00   0.19
XYZ33.680234.981364.0084
Yxy34.98130.25390.2637
Hunter Lab59.1450-1.8567-22.7638
CIE-Lab65.73411.5176-26.6206

#85a1cf color RGB value is (133,161,207).

#85a1cf hex color red value is 133, green value is 161 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #85a1cf hue: 0.60 , saturation: 0.44 and the lightness value of 85a1cf is 0.67.

The process color (four color CMYK) of #85a1cf color hex is 0.36, 0.22, 0.00, 0.19. Web safe color of #85a1cf is #9999cc. Color #85a1cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10100001 11001111
Octal 205 241 317
Decimal 133 161 207
Hex 85 A1 CF

RGB Percentages of Color #85a1cf

%26.55
%32.14
%41.32

CMYK Percentages of Color #85a1cf

%36
%22
%0
%19

Triadic Colors of #85a1cf

#85a1cf #cf85a1 #a1cf85

Analogous Colors of #85a1cf

#85a1cf #8e85cf #85c6cf

Monochromatic Colors of #85a1cf

#85a1cf

Complementary Color

#85a1cf #cfb385

#85a1cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85a1cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#85a1cf Color CSS Codes

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

#85a1cf Text Font Color

<p style="color:#85a1cf">Text here</p>

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


#85a1cf Background Color

<div style="background-color:#85a1cf">
Div content here</div>

This div background color is #85a1cf


#85a1cf Border Color

<div style="border:3px solid #85a1cf">
Div here</div>

This div border color is #85a1cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,161,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85a1cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85a1cf;
  -webkit-box-shadow: 1px 1px 3px 2px #85a1cf;
  box-shadow:         1px 1px 3px 2px #85a1cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,161,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 #85a1cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85a1cf

#85a1cf Color Palettes


Comments

No comments written yet.

Please login to write comment.