Color Hex Logo

#8873ca Color Hex

#8873CA
(136,115,202)
0 Favorites   0 Comments

Color spaces of #8873ca

RGB 136115202
HSL0.710.450.62
HSV254°43°79°
CMYK 0.330.430.00   0.21
XYZ26.944721.760058.6571
Yxy21.76000.25100.2027
Hunter Lab46.647621.4722-41.9010
CIE-Lab53.771427.7204-42.4404

#8873ca color RGB value is (136,115,202).

#8873ca hex color red value is 136, green value is 115 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8873ca hue: 0.71 , saturation: 0.45 and the lightness value of 8873ca is 0.62.

The process color (four color CMYK) of #8873ca color hex is 0.33, 0.43, 0.00, 0.21. Web safe color of #8873ca is #9966cc. Color #8873ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110011 11001010
Octal 210 163 312
Decimal 136 115 202
Hex 88 73 CA

RGB Percentages of Color #8873ca

%30.02
%25.39
%44.59

CMYK Percentages of Color #8873ca

%33
%43
%0
%21

Triadic Colors of #8873ca

#8873ca #ca8873 #73ca88

Analogous Colors of #8873ca

#8873ca #b473ca #738aca

Monochromatic Colors of #8873ca

#8873ca

Complementary Color

#8873ca #b5ca73

#8873ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8873ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8873ca Color CSS Codes

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

#8873ca Text Font Color

<p style="color:#8873ca">Text here</p>

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


#8873ca Background Color

<div style="background-color:#8873ca">
Div content here</div>

This div background color is #8873ca


#8873ca Border Color

<div style="border:3px solid #8873ca">
Div here</div>

This div border color is #8873ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,115,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8873ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8873ca;
  -webkit-box-shadow: 1px 1px 3px 2px #8873ca;
  box-shadow:         1px 1px 3px 2px #8873ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8873ca


Comments

No comments written yet.

Please login to write comment.