Color Hex Logo

#d592de Color Hex

#D592DE
(213,146,222)
0 Favorites   0 Comments

Color spaces of #d592de

RGB 213146222
HSL0.810.540.72
HSV293°34°87°
CMYK 0.040.340.00   0.13
XYZ50.904339.977874.1408
Yxy39.97780.30850.2423
Hunter Lab63.228033.0598-25.2635
CIE-Lab69.453737.7111-28.6186

#d592de color RGB value is (213,146,222).

#d592de hex color red value is 213, green value is 146 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d592de hue: 0.81 , saturation: 0.54 and the lightness value of d592de is 0.72.

The process color (four color CMYK) of #d592de color hex is 0.04, 0.34, 0.00, 0.13. Web safe color of #d592de is #cc99cc. Color #d592de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010010 11011110
Octal 325 222 336
Decimal 213 146 222
Hex D5 92 DE

RGB Percentages of Color #d592de

%36.66
%25.13
%38.21

CMYK Percentages of Color #d592de

%4
%34
%0
%13

Triadic Colors of #d592de

#d592de #ded592 #92ded5

Analogous Colors of #d592de

#d592de #de92c1 #af92de

Monochromatic Colors of #d592de

#d592de

Complementary Color

#d592de #9bde92

#d592de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d592de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d592de Color CSS Codes

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

#d592de Text Font Color

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

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


#d592de Background Color

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

This div background color is #d592de


#d592de Border Color

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

This div border color is #d592de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d592de


Comments

No comments written yet.

Please login to write comment.