Color Hex Logo

#987bec Color Hex

#987BEC
(152,123,236)
0 Favorites   0 Comments

Color spaces of #987bec

RGB 152123236
HSL0.710.750.70
HSV255°48°93°
CMYK 0.360.480.00   0.07
XYZ35.172226.897482.6948
Yxy26.89740.24300.1858
Hunter Lab51.862730.2952-58.2337
CIE-Lab58.879236.2137-53.3726

#987bec color RGB value is (152,123,236).

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

The process color (four color CMYK) of #987bec color hex is 0.36, 0.48, 0.00, 0.07. Web safe color of #987bec is #9966ff. Color #987bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111011 11101100
Octal 230 173 354
Decimal 152 123 236
Hex 98 7B EC

RGB Percentages of Color #987bec

%29.75
%24.07
%46.18

CMYK Percentages of Color #987bec

%36
%48
%0
%7

Triadic Colors of #987bec

#987bec #ec987b #7bec98

Analogous Colors of #987bec

#987bec #d17bec #7b97ec

Monochromatic Colors of #987bec

#987bec

Complementary Color

#987bec #cfec7b

#987bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#987bec Color CSS Codes

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

#987bec Text Font Color

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

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


#987bec Background Color

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

This div background color is #987bec


#987bec Border Color

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

This div border color is #987bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987bec


Comments

No comments written yet.

Please login to write comment.