Color Hex Logo

#d992eb Color Hex

#D992EB
(217,146,235)
0 Favorites   0 Comments

Color spaces of #d992eb

RGB 217146235
HSL0.800.690.75
HSV288°38°92°
CMYK 0.080.380.00   0.08
XYZ53.889641.307683.7301
Yxy41.30760.30120.2309
Hunter Lab64.271037.1935-32.2513
CIE-Lab70.390941.4588-34.2832

#d992eb color RGB value is (217,146,235).

#d992eb hex color red value is 217, green value is 146 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d992eb hue: 0.80 , saturation: 0.69 and the lightness value of d992eb is 0.75.

The process color (four color CMYK) of #d992eb color hex is 0.08, 0.38, 0.00, 0.08. Web safe color of #d992eb is #cc99ff. Color #d992eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010010 11101011
Octal 331 222 353
Decimal 217 146 235
Hex D9 92 EB

RGB Percentages of Color #d992eb

%36.29
%24.41
%39.30

CMYK Percentages of Color #d992eb

%8
%38
%0
%8

Triadic Colors of #d992eb

#d992eb #ebd992 #92ebd9

Analogous Colors of #d992eb

#d992eb #eb92d1 #ad92eb

Monochromatic Colors of #d992eb

#d992eb

Complementary Color

#d992eb #a4eb92

#d992eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d992eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d992eb Color CSS Codes

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

#d992eb Text Font Color

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

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


#d992eb Background Color

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

This div background color is #d992eb


#d992eb Border Color

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

This div border color is #d992eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,146,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d992eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d992eb;
  -webkit-box-shadow: 1px 1px 3px 2px #d992eb;
  box-shadow:         1px 1px 3px 2px #d992eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,146,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d992eb


Comments

No comments written yet.

Please login to write comment.