Color Hex Logo

#9835ea Color Hex

#9835EA
(152,53,234)
0 Favorites   0 Comments

Color spaces of #9835ea

RGB 15253234
HSL0.760.810.56
HSV273°77°92°
CMYK 0.350.770.00   0.08
XYZ29.073315.162179.2362
Yxy15.16210.23550.1228
Hunter Lab38.938565.1338-93.3925
CIE-Lab45.855470.2722-73.2472

#9835ea color RGB value is (152,53,234).

#9835ea hex color red value is 152, green value is 53 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9835ea hue: 0.76 , saturation: 0.81 and the lightness value of 9835ea is 0.56.

The process color (four color CMYK) of #9835ea color hex is 0.35, 0.77, 0.00, 0.08. Web safe color of #9835ea is #9933ff. Color #9835ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00110101 11101010
Octal 230 65 352
Decimal 152 53 234
Hex 98 35 EA

RGB Percentages of Color #9835ea

%34.62
%12.07
%53.30

CMYK Percentages of Color #9835ea

%35
%77
%0
%8

Triadic Colors of #9835ea

#9835ea #ea9835 #35ea98

Analogous Colors of #9835ea

#9835ea #ea35e2 #3e35ea

Monochromatic Colors of #9835ea

#9835ea

Complementary Color

#9835ea #87ea35

#9835ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9835ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9835ea Color CSS Codes

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

#9835ea Text Font Color

<p style="color:#9835ea">Text here</p>

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


#9835ea Background Color

<div style="background-color:#9835ea">
Div content here</div>

This div background color is #9835ea


#9835ea Border Color

<div style="border:3px solid #9835ea">
Div here</div>

This div border color is #9835ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,53,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9835ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9835ea;
  -webkit-box-shadow: 1px 1px 3px 2px #9835ea;
  box-shadow:         1px 1px 3px 2px #9835ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9835ea


Comments

No comments written yet.

Please login to write comment.