Color Hex Logo

#885fc3 Color Hex

#885FC3
(136,95,195)
0 Favorites   0 Comments

Color spaces of #885fc3

RGB 13695195
HSL0.740.450.57
HSV265°51°76°
CMYK 0.300.510.00   0.24
XYZ24.095917.358853.7103
Yxy17.35880.25320.1824
Hunter Lab41.663930.3219-47.2680
CIE-Lab48.709037.5318-46.4590

#885fc3 color RGB value is (136,95,195).

#885fc3 hex color red value is 136, green value is 95 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #885fc3 hue: 0.74 , saturation: 0.45 and the lightness value of 885fc3 is 0.57.

The process color (four color CMYK) of #885fc3 color hex is 0.30, 0.51, 0.00, 0.24. Web safe color of #885fc3 is #9966cc. Color #885fc3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011111 11000011
Octal 210 137 303
Decimal 136 95 195
Hex 88 5F C3

RGB Percentages of Color #885fc3

%31.92
%22.30
%45.77

CMYK Percentages of Color #885fc3

%30
%51
%0
%24

Triadic Colors of #885fc3

#885fc3 #c3885f #5fc388

Analogous Colors of #885fc3

#885fc3 #ba5fc3 #5f68c3

Monochromatic Colors of #885fc3

#885fc3

Complementary Color

#885fc3 #9ac35f

#885fc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885fc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#885fc3 Color CSS Codes

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

#885fc3 Text Font Color

<p style="color:#885fc3">Text here</p>

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


#885fc3 Background Color

<div style="background-color:#885fc3">
Div content here</div>

This div background color is #885fc3


#885fc3 Border Color

<div style="border:3px solid #885fc3">
Div here</div>

This div border color is #885fc3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,95,195, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #885fc3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #885fc3;
  -webkit-box-shadow: 1px 1px 3px 2px #885fc3;
  box-shadow:         1px 1px 3px 2px #885fc3; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885fc3


Comments

No comments written yet.

Please login to write comment.