Color Hex Logo

#858acf Color Hex

#858ACF
(133,138,207)
0 Favorites   0 Comments

Color spaces of #858acf

RGB 133138207
HSL0.660.440.67
HSV236°36°81°
CMYK 0.360.330.00   0.19
XYZ30.023827.668562.7896
Yxy27.66850.24920.2296
Hunter Lab52.60099.8337-33.9538
CIE-Lab59.588114.7119-36.1470

#858acf color RGB value is (133,138,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001010 11001111
Octal 205 212 317
Decimal 133 138 207
Hex 85 8A CF

RGB Percentages of Color #858acf

%27.82
%28.87
%43.31

CMYK Percentages of Color #858acf

%36
%33
%0
%19

Triadic Colors of #858acf

#858acf #cf858a #8acf85

Analogous Colors of #858acf

#858acf #a585cf #85afcf

Monochromatic Colors of #858acf

#858acf

Complementary Color

#858acf #cfca85

#858acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#858acf Color CSS Codes

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

#858acf Text Font Color

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

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


#858acf Background Color

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

This div background color is #858acf


#858acf Border Color

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

This div border color is #858acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858acf


Comments

No comments written yet.

Please login to write comment.