Color Hex Logo

#9830df Color Hex

#9830DF
(152,48,223)
0 Favorites   0 Comments

Color spaces of #9830df

RGB 15248223
HSL0.770.730.53
HSV276°78°87°
CMYK 0.320.780.00   0.13
XYZ27.325114.117071.0967
Yxy14.11700.24280.1254
Hunter Lab37.572664.0641-85.8906
CIE-Lab44.400369.6519-69.3724

#9830df color RGB value is (152,48,223).

#9830df hex color red value is 152, green value is 48 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9830df hue: 0.77 , saturation: 0.73 and the lightness value of 9830df is 0.53.

The process color (four color CMYK) of #9830df color hex is 0.32, 0.78, 0.00, 0.13. Web safe color of #9830df is #9933cc. Color #9830df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00110000 11011111
Octal 230 60 337
Decimal 152 48 223
Hex 98 30 DF

RGB Percentages of Color #9830df

%35.93
%11.35
%52.72

CMYK Percentages of Color #9830df

%32
%78
%0
%13

Triadic Colors of #9830df

#9830df #df9830 #30df98

Analogous Colors of #9830df

#9830df #df30cf #4030df

Monochromatic Colors of #9830df

#9830df

Complementary Color

#9830df #77df30

#9830df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9830df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9830df Color CSS Codes

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

#9830df Text Font Color

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

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


#9830df Background Color

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

This div background color is #9830df


#9830df Border Color

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

This div border color is #9830df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9830df


Comments

No comments written yet.

Please login to write comment.