Color Hex Logo

#992dbd Color Hex

#992DBD
(153,45,189)
0 Favorites   0 Comments

Color spaces of #992dbd

RGB 15345189
HSL0.790.620.46
HSV285°76°74°
CMYK 0.190.760.00   0.26
XYZ23.260612.323249.2968
Yxy12.32320.27400.1452
Hunter Lab35.104456.8435-58.6873
CIE-Lab41.725263.9344-54.0472

#992dbd color RGB value is (153,45,189).

#992dbd hex color red value is 153, green value is 45 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #992dbd hue: 0.79 , saturation: 0.62 and the lightness value of 992dbd is 0.46.

The process color (four color CMYK) of #992dbd color hex is 0.19, 0.76, 0.00, 0.26. Web safe color of #992dbd is #9933cc. Color #992dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00101101 10111101
Octal 231 55 275
Decimal 153 45 189
Hex 99 2D BD

RGB Percentages of Color #992dbd

%39.53
%11.63
%48.84

CMYK Percentages of Color #992dbd

%19
%76
%0
%26

Triadic Colors of #992dbd

#992dbd #bd992d #2dbd99

Analogous Colors of #992dbd

#992dbd #bd2d99 #512dbd

Monochromatic Colors of #992dbd

#992dbd

Complementary Color

#992dbd #51bd2d

#992dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#992dbd Color CSS Codes

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

#992dbd Text Font Color

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

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


#992dbd Background Color

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

This div background color is #992dbd


#992dbd Border Color

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

This div border color is #992dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992dbd


Comments

No comments written yet.

Please login to write comment.