Color Hex Logo

#9830cd Color Hex

#9830CD
(152,48,205)
0 Favorites   0 Comments

Color spaces of #9830cd

RGB 15248205
HSL0.780.620.50
HSV280°77°80°
CMYK 0.260.770.00   0.20
XYZ25.025313.197158.9859
Yxy13.19710.25740.1358
Hunter Lab36.327859.3904-70.8404
CIE-Lab43.058765.9037-61.2140

#9830cd color RGB value is (152,48,205).

#9830cd hex color red value is 152, green value is 48 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9830cd hue: 0.78 , saturation: 0.62 and the lightness value of 9830cd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00110000 11001101
Octal 230 60 315
Decimal 152 48 205
Hex 98 30 CD

RGB Percentages of Color #9830cd

%37.53
%11.85
%50.62

CMYK Percentages of Color #9830cd

%26
%77
%0
%20

Triadic Colors of #9830cd

#9830cd #cd9830 #30cd98

Analogous Colors of #9830cd

#9830cd #cd30b4 #4a30cd

Monochromatic Colors of #9830cd

#9830cd

Complementary Color

#9830cd #65cd30

#9830cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9830cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9830cd Color CSS Codes

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

#9830cd Text Font Color

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

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


#9830cd Background Color

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

This div background color is #9830cd


#9830cd Border Color

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

This div border color is #9830cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9830cd


Comments

No comments written yet.

Please login to write comment.