Color Hex Logo

#98085f Color Hex

#98085F
(152,8,95)
0 Favorites   0 Comments

Color spaces of #98085f

RGB 152895
HSL0.900.900.31
HSV324°95°60°
CMYK 0.000.950.38   0.40
XYZ15.10137.675311.5120
Yxy7.67530.44040.2238
Hunter Lab27.704348.8156-5.2438
CIE-Lab33.297358.3200-9.5761

#98085f color RGB value is (152,8,95).

#98085f hex color red value is 152, green value is 8 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #98085f hue: 0.90 , saturation: 0.90 and the lightness value of 98085f is 0.31.

The process color (four color CMYK) of #98085f color hex is 0.00, 0.95, 0.38, 0.40. Web safe color of #98085f is #990066. Color #98085f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00001000 01011111
Octal 230 10 137
Decimal 152 8 95
Hex 98 8 5F

RGB Percentages of Color #98085f

%59.61
%3.14
%37.25

CMYK Percentages of Color #98085f

%0
%95
%38
%40

Triadic Colors of #98085f

#98085f #5f9808 #085f98

Analogous Colors of #98085f

#98085f #980817 #890898

Monochromatic Colors of #98085f

#98085f

Complementary Color

#98085f #089841

#98085f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98085f Color Preview on White Background

Lorem ipsum dolor sit amet.

#98085f Color CSS Codes

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

#98085f Text Font Color

<p style="color:#98085f">Text here</p>

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


#98085f Background Color

<div style="background-color:#98085f">
Div content here</div>

This div background color is #98085f


#98085f Border Color

<div style="border:3px solid #98085f">
Div here</div>

This div border color is #98085f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98085f


Comments

No comments written yet.

Please login to write comment.