Color Hex Logo

#9875ca Color Hex

#9875CA
(152,117,202)
0 Favorites   0 Comments

Color spaces of #9875ca

RGB 152117202
HSL0.740.450.63
HSV265°42°79°
CMYK 0.250.420.00   0.21
XYZ29.970923.662258.8647
Yxy23.66220.26640.2103
Hunter Lab48.643824.8525-37.6972
CIE-Lab55.748031.0638-39.2243

#9875ca color RGB value is (152,117,202).

#9875ca hex color red value is 152, green value is 117 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9875ca hue: 0.74 , saturation: 0.45 and the lightness value of 9875ca is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01110101 11001010
Octal 230 165 312
Decimal 152 117 202
Hex 98 75 CA

RGB Percentages of Color #9875ca

%32.27
%24.84
%42.89

CMYK Percentages of Color #9875ca

%25
%42
%0
%21

Triadic Colors of #9875ca

#9875ca #ca9875 #75ca98

Analogous Colors of #9875ca

#9875ca #c375ca #757dca

Monochromatic Colors of #9875ca

#9875ca

Complementary Color

#9875ca #a7ca75

#9875ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9875ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9875ca Color CSS Codes

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

#9875ca Text Font Color

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

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


#9875ca Background Color

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

This div background color is #9875ca


#9875ca Border Color

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

This div border color is #9875ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,117,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 #9875ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9875ca


Comments

No comments written yet.

Please login to write comment.