Color Hex Logo

#9853be Color Hex

#9853BE
(152,83,190)
0 Favorites   0 Comments

Color spaces of #9853be

RGB 15283190
HSL0.770.450.54
HSV279°56°75°
CMYK 0.200.560.00   0.25
XYZ25.336416.579650.5800
Yxy16.57960.27390.1792
Hunter Lab40.718139.8132-45.1474
CIE-Lab47.725947.1091-45.0223

#9853be color RGB value is (152,83,190).

#9853be hex color red value is 152, green value is 83 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9853be hue: 0.77 , saturation: 0.45 and the lightness value of 9853be is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01010011 10111110
Octal 230 123 276
Decimal 152 83 190
Hex 98 53 BE

RGB Percentages of Color #9853be

%35.76
%19.53
%44.71

CMYK Percentages of Color #9853be

%20
%56
%0
%25

Triadic Colors of #9853be

#9853be #be9853 #53be98

Analogous Colors of #9853be

#9853be #be53af #6253be

Monochromatic Colors of #9853be

#9853be

Complementary Color

#9853be #79be53

#9853be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9853be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9853be Color CSS Codes

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

#9853be Text Font Color

<p style="color:#9853be">Text here</p>

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


#9853be Background Color

<div style="background-color:#9853be">
Div content here</div>

This div background color is #9853be


#9853be Border Color

<div style="border:3px solid #9853be">
Div here</div>

This div border color is #9853be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9853be


Comments

No comments written yet.

Please login to write comment.