Color Hex Logo

#987ceb Color Hex

#987CEB
(152,124,235)
0 Favorites   0 Comments

Color spaces of #987ceb

RGB 152124235
HSL0.710.740.70
HSV255°47°92°
CMYK 0.350.470.00   0.08
XYZ35.151927.088981.9732
Yxy27.08890.24370.1878
Hunter Lab52.047029.4745-56.9479
CIE-Lab59.056535.3805-52.5346

#987ceb color RGB value is (152,124,235).

#987ceb hex color red value is 152, green value is 124 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #987ceb hue: 0.71 , saturation: 0.74 and the lightness value of 987ceb is 0.70.

The process color (four color CMYK) of #987ceb color hex is 0.35, 0.47, 0.00, 0.08. Web safe color of #987ceb is #9966ff. Color #987ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111100 11101011
Octal 230 174 353
Decimal 152 124 235
Hex 98 7C EB

RGB Percentages of Color #987ceb

%29.75
%24.27
%45.99

CMYK Percentages of Color #987ceb

%35
%47
%0
%8

Triadic Colors of #987ceb

#987ceb #eb987c #7ceb98

Analogous Colors of #987ceb

#987ceb #d07ceb #7c98eb

Monochromatic Colors of #987ceb

#987ceb

Complementary Color

#987ceb #cfeb7c

#987ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#987ceb Color CSS Codes

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

#987ceb Text Font Color

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

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


#987ceb Background Color

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

This div background color is #987ceb


#987ceb Border Color

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

This div border color is #987ceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,124,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987ceb


Comments

No comments written yet.

Please login to write comment.