Color Hex Logo

#985abe Color Hex

#985ABE
(152,90,190)
0 Favorites   0 Comments

Color spaces of #985abe

RGB 15290190
HSL0.770.430.55
HSV277°53°75°
CMYK 0.200.530.00   0.25
XYZ25.899317.705450.7676
Yxy17.70540.27440.1876
Hunter Lab42.077836.2324-42.0800
CIE-Lab49.136843.3932-42.7810

#985abe color RGB value is (152,90,190).

#985abe hex color red value is 152, green value is 90 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #985abe hue: 0.77 , saturation: 0.43 and the lightness value of 985abe is 0.55.

The process color (four color CMYK) of #985abe color hex is 0.20, 0.53, 0.00, 0.25. Web safe color of #985abe is #9966cc. Color #985abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01011010 10111110
Octal 230 132 276
Decimal 152 90 190
Hex 98 5A BE

RGB Percentages of Color #985abe

%35.19
%20.83
%43.98

CMYK Percentages of Color #985abe

%20
%53
%0
%25

Triadic Colors of #985abe

#985abe #be985a #5abe98

Analogous Colors of #985abe

#985abe #be5ab2 #665abe

Monochromatic Colors of #985abe

#985abe

Complementary Color

#985abe #80be5a

#985abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#985abe Color CSS Codes

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

#985abe Text Font Color

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

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


#985abe Background Color

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

This div background color is #985abe


#985abe Border Color

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

This div border color is #985abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985abe


Comments

No comments written yet.

Please login to write comment.