Color Hex Logo

#987bee Color Hex

#987BEE
(152,123,238)
0 Favorites   0 Comments

Color spaces of #987bee

RGB 152123238
HSL0.710.770.71
HSV255°48°93°
CMYK 0.360.480.00   0.07
XYZ35.464527.014484.2340
Yxy27.01440.24170.1841
Hunter Lab51.975430.8395-59.7057
CIE-Lab58.987736.7381-54.3108

#987bee color RGB value is (152,123,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111011 11101110
Octal 230 173 356
Decimal 152 123 238
Hex 98 7B EE

RGB Percentages of Color #987bee

%29.63
%23.98
%46.39

CMYK Percentages of Color #987bee

%36
%48
%0
%7

Triadic Colors of #987bee

#987bee #ee987b #7bee98

Analogous Colors of #987bee

#987bee #d27bee #7b98ee

Monochromatic Colors of #987bee

#987bee

Complementary Color

#987bee #d1ee7b

#987bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#987bee Color CSS Codes

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

#987bee Text Font Color

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

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


#987bee Background Color

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

This div background color is #987bee


#987bee Border Color

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

This div border color is #987bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987bee


Comments

No comments written yet.

Please login to write comment.