Color Hex Logo

#9935cd Color Hex

#9935CD
(153,53,205)
0 Favorites   0 Comments

Color spaces of #9935cd

RGB 15353205
HSL0.780.600.51
HSV279°74°80°
CMYK 0.250.740.00   0.20
XYZ25.429413.726359.0668
Yxy13.72630.25890.1397
Hunter Lab37.049057.6816-68.5910
CIE-Lab43.837864.2613-59.9453

#9935cd color RGB value is (153,53,205).

#9935cd hex color red value is 153, green value is 53 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9935cd hue: 0.78 , saturation: 0.60 and the lightness value of 9935cd is 0.51.

The process color (four color CMYK) of #9935cd color hex is 0.25, 0.74, 0.00, 0.20. Web safe color of #9935cd is #9933cc. Color #9935cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00110101 11001101
Octal 231 65 315
Decimal 153 53 205
Hex 99 35 CD

RGB Percentages of Color #9935cd

%37.23
%12.90
%49.88

CMYK Percentages of Color #9935cd

%25
%74
%0
%20

Triadic Colors of #9935cd

#9935cd #cd9935 #35cd99

Analogous Colors of #9935cd

#9935cd #cd35b5 #4d35cd

Monochromatic Colors of #9935cd

#9935cd

Complementary Color

#9935cd #69cd35

#9935cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9935cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9935cd Color CSS Codes

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

#9935cd Text Font Color

<p style="color:#9935cd">Text here</p>

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


#9935cd Background Color

<div style="background-color:#9935cd">
Div content here</div>

This div background color is #9935cd


#9935cd Border Color

<div style="border:3px solid #9935cd">
Div here</div>

This div border color is #9935cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,53,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9935cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9935cd;
  -webkit-box-shadow: 1px 1px 3px 2px #9935cd;
  box-shadow:         1px 1px 3px 2px #9935cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9935cd


Comments

No comments written yet.

Please login to write comment.