Color Hex Logo

#9828cc Color Hex

#9828CC
(152,40,204)
0 Favorites   0 Comments

Color spaces of #9828cc

RGB 15240204
HSL0.780.670.48
HSV281°80°80°
CMYK 0.250.800.00   0.20
XYZ24.606812.552658.2527
Yxy12.55260.25790.1316
Hunter Lab35.429661.9709-72.6826
CIE-Lab42.081268.3206-62.2210

#9828cc color RGB value is (152,40,204).

#9828cc hex color red value is 152, green value is 40 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9828cc hue: 0.78 , saturation: 0.67 and the lightness value of 9828cc is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00101000 11001100
Octal 230 50 314
Decimal 152 40 204
Hex 98 28 CC

RGB Percentages of Color #9828cc

%38.38
%10.10
%51.52

CMYK Percentages of Color #9828cc

%25
%80
%0
%20

Triadic Colors of #9828cc

#9828cc #cc9828 #28cc98

Analogous Colors of #9828cc

#9828cc #cc28ae #4628cc

Monochromatic Colors of #9828cc

#9828cc

Complementary Color

#9828cc #5ccc28

#9828cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9828cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9828cc Color CSS Codes

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

#9828cc Text Font Color

<p style="color:#9828cc">Text here</p>

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


#9828cc Background Color

<div style="background-color:#9828cc">
Div content here</div>

This div background color is #9828cc


#9828cc Border Color

<div style="border:3px solid #9828cc">
Div here</div>

This div border color is #9828cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,40,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9828cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9828cc;
  -webkit-box-shadow: 1px 1px 3px 2px #9828cc;
  box-shadow:         1px 1px 3px 2px #9828cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9828cc


Comments

No comments written yet.

Please login to write comment.