Color Hex Logo

#992dee Color Hex

#992DEE
(153,45,238)
0 Favorites   0 Comments

Color spaces of #992dee

RGB 15345238
HSL0.760.850.55
HSV274°81°93°
CMYK 0.360.810.00   0.07
XYZ29.507914.822182.1946
Yxy14.82210.23320.1171
Hunter Lab38.499569.4371-99.6318
CIE-Lab45.389673.9506-76.2620

#992dee color RGB value is (153,45,238).

#992dee hex color red value is 153, green value is 45 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #992dee hue: 0.76 , saturation: 0.85 and the lightness value of 992dee is 0.55.

The process color (four color CMYK) of #992dee color hex is 0.36, 0.81, 0.00, 0.07. Web safe color of #992dee is #9933ff. Color #992dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00101101 11101110
Octal 231 55 356
Decimal 153 45 238
Hex 99 2D EE

RGB Percentages of Color #992dee

%35.09
%10.32
%54.59

CMYK Percentages of Color #992dee

%36
%81
%0
%7

Triadic Colors of #992dee

#992dee #ee992d #2dee99

Analogous Colors of #992dee

#992dee #ee2de3 #382dee

Monochromatic Colors of #992dee

#992dee

Complementary Color

#992dee #82ee2d

#992dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#992dee Color CSS Codes

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

#992dee Text Font Color

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

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


#992dee Background Color

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

This div background color is #992dee


#992dee Border Color

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

This div border color is #992dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992dee


Comments

No comments written yet.

Please login to write comment.