Color Hex Logo

#985bee Color Hex

#985BEE
(152,91,238)
0 Favorites   0 Comments

Color spaces of #985bee

RGB 15291238
HSL0.740.810.65
HSV265°62°93°
CMYK 0.360.620.00   0.07
XYZ32.122620.330683.1201
Yxy20.33060.23690.1500
Hunter Lab45.089548.2603-77.7354
CIE-Lab52.209054.2750-65.1854

#985bee color RGB value is (152,91,238).

#985bee hex color red value is 152, green value is 91 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #985bee hue: 0.74 , saturation: 0.81 and the lightness value of 985bee is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01011011 11101110
Octal 230 133 356
Decimal 152 91 238
Hex 98 5B EE

RGB Percentages of Color #985bee

%31.60
%18.92
%49.48

CMYK Percentages of Color #985bee

%36
%62
%0
%7

Triadic Colors of #985bee

#985bee #ee985b #5bee98

Analogous Colors of #985bee

#985bee #e25bee #5b68ee

Monochromatic Colors of #985bee

#985bee

Complementary Color

#985bee #b1ee5b

#985bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#985bee Color CSS Codes

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

#985bee Text Font Color

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

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


#985bee Background Color

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

This div background color is #985bee


#985bee Border Color

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

This div border color is #985bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985bee


Comments

No comments written yet.

Please login to write comment.