Color Hex Logo

#85b0ff Color Hex

#85B0FF
(133,176,255)
0 Favorites   0 Comments

Color spaces of #85b0ff

RGB 133176255
HSL0.611.000.76
HSV219°48°100°
CMYK 0.480.310.00   0.00
XYZ43.248243.2572100.6778
Yxy43.25720.23100.2311
Hunter Lab65.77022.2775-44.7191
CIE-Lab71.72926.4309-43.5872

#85b0ff color RGB value is (133,176,255).

#85b0ff hex color red value is 133, green value is 176 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #85b0ff hue: 0.61 , saturation: 1.00 and the lightness value of 85b0ff is 0.76.

The process color (four color CMYK) of #85b0ff color hex is 0.48, 0.31, 0.00, 0.00. Web safe color of #85b0ff is #9999ff. Color #85b0ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10110000 11111111
Octal 205 260 377
Decimal 133 176 255
Hex 85 B0 FF

RGB Percentages of Color #85b0ff

%23.58
%31.21
%45.21

CMYK Percentages of Color #85b0ff

%48
%31
%0
%0

Triadic Colors of #85b0ff

#85b0ff #ff85b0 #b0ff85

Analogous Colors of #85b0ff

#85b0ff #9785ff #85edff

Monochromatic Colors of #85b0ff

#85b0ff

Complementary Color

#85b0ff #ffd485

#85b0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85b0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#85b0ff Color CSS Codes

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

#85b0ff Text Font Color

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

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


#85b0ff Background Color

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

This div background color is #85b0ff


#85b0ff Border Color

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

This div border color is #85b0ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85b0ff

Related Colors


Comments

No comments written yet.

Please login to write comment.