Color Hex Logo

#dd92cf Color Hex

#DD92CF
(221,146,207)
0 Favorites   0 Comments

Color spaces of #dd92cf

RGB 221146207
HSL0.860.520.72
HSV311°34°87°
CMYK 0.000.340.06   0.13
XYZ51.360240.434964.1292
Yxy40.43490.32940.2593
Hunter Lab63.588432.8942-15.2823
CIE-Lab69.778237.5212-19.7534

#dd92cf color RGB value is (221,146,207).

#dd92cf hex color red value is 221, green value is 146 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #dd92cf hue: 0.86 , saturation: 0.52 and the lightness value of dd92cf is 0.72.

The process color (four color CMYK) of #dd92cf color hex is 0.00, 0.34, 0.06, 0.13. Web safe color of #dd92cf is #cc99cc. Color #dd92cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010010 11001111
Octal 335 222 317
Decimal 221 146 207
Hex DD 92 CF

RGB Percentages of Color #dd92cf

%38.50
%25.44
%36.06

CMYK Percentages of Color #dd92cf

%0
%34
%6
%13

Triadic Colors of #dd92cf

#dd92cf #cfdd92 #92cfdd

Analogous Colors of #dd92cf

#dd92cf #dd92aa #c692dd

Monochromatic Colors of #dd92cf

#dd92cf

Complementary Color

#dd92cf #92dda0

#dd92cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd92cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd92cf Color CSS Codes

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

#dd92cf Text Font Color

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

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


#dd92cf Background Color

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

This div background color is #dd92cf


#dd92cf Border Color

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

This div border color is #dd92cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd92cf


Comments

No comments written yet.

Please login to write comment.