Color Hex Logo

#992ecd Color Hex

#992ECD
(153,46,205)
0 Favorites   0 Comments

Color spaces of #992ecd

RGB 15346205
HSL0.780.630.49
HSV280°78°80°
CMYK 0.250.780.00   0.20
XYZ25.133313.134158.9681
Yxy13.13410.25850.1351
Hunter Lab36.241060.3688-71.1027
CIE-Lab42.964666.7698-61.3599

#992ecd color RGB value is (153,46,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00101110 11001101
Octal 231 56 315
Decimal 153 46 205
Hex 99 2E CD

RGB Percentages of Color #992ecd

%37.87
%11.39
%50.74

CMYK Percentages of Color #992ecd

%25
%78
%0
%20

Triadic Colors of #992ecd

#992ecd #cd992e #2ecd99

Analogous Colors of #992ecd

#992ecd #cd2eb2 #4a2ecd

Monochromatic Colors of #992ecd

#992ecd

Complementary Color

#992ecd #62cd2e

#992ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#992ecd Color CSS Codes

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

#992ecd Text Font Color

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

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


#992ecd Background Color

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

This div background color is #992ecd


#992ecd Border Color

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

This div border color is #992ecd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,46,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 #992ecd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992ecd


Comments

No comments written yet.

Please login to write comment.