Color Hex Logo

#987aca Color Hex

#987ACA
(152,122,202)
0 Favorites   0 Comments

Color spaces of #987aca

RGB 152122202
HSL0.730.430.64
HSV263°40°79°
CMYK 0.250.400.00   0.21
XYZ30.569124.858759.0642
Yxy24.85870.26700.2171
Hunter Lab49.858522.1890-35.3361
CIE-Lab56.937528.1859-37.3573

#987aca color RGB value is (152,122,202).

#987aca hex color red value is 152, green value is 122 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #987aca hue: 0.73 , saturation: 0.43 and the lightness value of 987aca is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111010 11001010
Octal 230 172 312
Decimal 152 122 202
Hex 98 7A CA

RGB Percentages of Color #987aca

%31.93
%25.63
%42.44

CMYK Percentages of Color #987aca

%25
%40
%0
%21

Triadic Colors of #987aca

#987aca #ca987a #7aca98

Analogous Colors of #987aca

#987aca #c07aca #7a84ca

Monochromatic Colors of #987aca

#987aca

Complementary Color

#987aca #acca7a

#987aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#987aca Color CSS Codes

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

#987aca Text Font Color

<p style="color:#987aca">Text here</p>

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


#987aca Background Color

<div style="background-color:#987aca">
Div content here</div>

This div background color is #987aca


#987aca Border Color

<div style="border:3px solid #987aca">
Div here</div>

This div border color is #987aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987aca


Comments

No comments written yet.

Please login to write comment.