Color Hex Logo

#858fdd Color Hex

#858FDD
(133,143,221)
0 Favorites   0 Comments

Color spaces of #858fdd

RGB 133143221
HSL0.650.560.69
HSV233°40°87°
CMYK 0.400.350.00   0.13
XYZ32.546529.851972.4532
Yxy29.85190.24140.2214
Hunter Lab54.636910.7156-40.3778
CIE-Lab61.526215.6397-40.9414

#858fdd color RGB value is (133,143,221).

#858fdd hex color red value is 133, green value is 143 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #858fdd hue: 0.65 , saturation: 0.56 and the lightness value of 858fdd is 0.69.

The process color (four color CMYK) of #858fdd color hex is 0.40, 0.35, 0.00, 0.13. Web safe color of #858fdd is #9999cc. Color #858fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001111 11011101
Octal 205 217 335
Decimal 133 143 221
Hex 85 8F DD

RGB Percentages of Color #858fdd

%26.76
%28.77
%44.47

CMYK Percentages of Color #858fdd

%40
%35
%0
%13

Triadic Colors of #858fdd

#858fdd #dd858f #8fdd85

Analogous Colors of #858fdd

#858fdd #a785dd #85bbdd

Monochromatic Colors of #858fdd

#858fdd

Complementary Color

#858fdd #ddd385

#858fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#858fdd Color CSS Codes

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

#858fdd Text Font Color

<p style="color:#858fdd">Text here</p>

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


#858fdd Background Color

<div style="background-color:#858fdd">
Div content here</div>

This div background color is #858fdd


#858fdd Border Color

<div style="border:3px solid #858fdd">
Div here</div>

This div border color is #858fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858fdd

#858fdd Color Palettes


Comments

No comments written yet.

Please login to write comment.