Color Hex Logo

#9975bc Color Hex

#9975BC
(153,117,188)
0 Favorites   0 Comments

Color spaces of #9975bc

RGB 153117188
HSL0.750.350.60
HSV270°38°74°
CMYK 0.190.380.00   0.26
XYZ28.575323.125750.5346
Yxy23.12570.27950.2262
Hunter Lab48.089221.9112-28.6426
CIE-Lab55.201628.0524-32.0869

#9975bc color RGB value is (153,117,188).

#9975bc hex color red value is 153, green value is 117 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9975bc hue: 0.75 , saturation: 0.35 and the lightness value of 9975bc is 0.60.

The process color (four color CMYK) of #9975bc color hex is 0.19, 0.38, 0.00, 0.26. Web safe color of #9975bc is #9966cc. Color #9975bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110101 10111100
Octal 231 165 274
Decimal 153 117 188
Hex 99 75 BC

RGB Percentages of Color #9975bc

%33.41
%25.55
%41.05

CMYK Percentages of Color #9975bc

%19
%38
%0
%26

Triadic Colors of #9975bc

#9975bc #bc9975 #75bc99

Analogous Colors of #9975bc

#9975bc #bc75bc #7675bc

Monochromatic Colors of #9975bc

#9975bc

Complementary Color

#9975bc #98bc75

#9975bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9975bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9975bc Color CSS Codes

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

#9975bc Text Font Color

<p style="color:#9975bc">Text here</p>

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


#9975bc Background Color

<div style="background-color:#9975bc">
Div content here</div>

This div background color is #9975bc


#9975bc Border Color

<div style="border:3px solid #9975bc">
Div here</div>

This div border color is #9975bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,117,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9975bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9975bc;
  -webkit-box-shadow: 1px 1px 3px 2px #9975bc;
  box-shadow:         1px 1px 3px 2px #9975bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,117,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9975bc


Comments

No comments written yet.

Please login to write comment.