Color Hex Logo

#985fcc Color Hex

#985FCC
(152,95,204)
0 Favorites   0 Comments

Color spaces of #985fcc

RGB 15295204
HSL0.750.520.59
HSV271°53°80°
CMYK 0.250.530.00   0.20
XYZ27.940219.219559.3639
Yxy19.21950.26230.1804
Hunter Lab43.840137.0418-49.5967
CIE-Lab50.943043.9081-47.9680

#985fcc color RGB value is (152,95,204).

#985fcc hex color red value is 152, green value is 95 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #985fcc hue: 0.75 , saturation: 0.52 and the lightness value of 985fcc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01011111 11001100
Octal 230 137 314
Decimal 152 95 204
Hex 98 5F CC

RGB Percentages of Color #985fcc

%33.70
%21.06
%45.23

CMYK Percentages of Color #985fcc

%25
%53
%0
%20

Triadic Colors of #985fcc

#985fcc #cc985f #5fcc98

Analogous Colors of #985fcc

#985fcc #cc5fca #625fcc

Monochromatic Colors of #985fcc

#985fcc

Complementary Color

#985fcc #93cc5f

#985fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#985fcc Color CSS Codes

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

#985fcc Text Font Color

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

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


#985fcc Background Color

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

This div background color is #985fcc


#985fcc Border Color

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

This div border color is #985fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985fcc


Comments

No comments written yet.

Please login to write comment.