Color Hex Logo

#992dcb Color Hex

#992DCB
(153,45,203)
0 Favorites   0 Comments

Color spaces of #992dcb

RGB 15345203
HSL0.780.640.49
HSV281°78°80°
CMYK 0.250.780.00   0.20
XYZ24.854712.960957.6916
Yxy12.96090.26020.1357
Hunter Lab36.001260.2314-69.8107
CIE-Lab42.704366.7017-60.6239

#992dcb color RGB value is (153,45,203).

#992dcb hex color red value is 153, green value is 45 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #992dcb hue: 0.78 , saturation: 0.64 and the lightness value of 992dcb is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00101101 11001011
Octal 231 55 313
Decimal 153 45 203
Hex 99 2D CB

RGB Percentages of Color #992dcb

%38.15
%11.22
%50.62

CMYK Percentages of Color #992dcb

%25
%78
%0
%20

Triadic Colors of #992dcb

#992dcb #cb992d #2dcb99

Analogous Colors of #992dcb

#992dcb #cb2dae #4a2dcb

Monochromatic Colors of #992dcb

#992dcb

Complementary Color

#992dcb #5fcb2d

#992dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#992dcb Color CSS Codes

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

#992dcb Text Font Color

<p style="color:#992dcb">Text here</p>

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


#992dcb Background Color

<div style="background-color:#992dcb">
Div content here</div>

This div background color is #992dcb


#992dcb Border Color

<div style="border:3px solid #992dcb">
Div here</div>

This div border color is #992dcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,45,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #992dcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #992dcb;
  -webkit-box-shadow: 1px 1px 3px 2px #992dcb;
  box-shadow:         1px 1px 3px 2px #992dcb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992dcb


Comments

No comments written yet.

Please login to write comment.