Color Hex Logo

#dc92cd Color Hex

#DC92CD
(220,146,205)
0 Favorites   0 Comments

Color spaces of #dc92cd

RGB 220146205
HSL0.870.510.72
HSV312°34°86°
CMYK 0.000.340.07   0.14
XYZ50.813540.181262.8352
Yxy40.18120.33030.2612
Hunter Lab63.388632.1588-14.4003
CIE-Lab69.598436.8459-18.9281

#dc92cd color RGB value is (220,146,205).

#dc92cd hex color red value is 220, green value is 146 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dc92cd hue: 0.87 , saturation: 0.51 and the lightness value of dc92cd is 0.72.

The process color (four color CMYK) of #dc92cd color hex is 0.00, 0.34, 0.07, 0.14. Web safe color of #dc92cd is #cc99cc. Color #dc92cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010010 11001101
Octal 334 222 315
Decimal 220 146 205
Hex DC 92 CD

RGB Percentages of Color #dc92cd

%38.53
%25.57
%35.90

CMYK Percentages of Color #dc92cd

%0
%34
%7
%14

Triadic Colors of #dc92cd

#dc92cd #cddc92 #92cddc

Analogous Colors of #dc92cd

#dc92cd #dc92a8 #c692dc

Monochromatic Colors of #dc92cd

#dc92cd

Complementary Color

#dc92cd #92dca1

#dc92cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc92cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc92cd Color CSS Codes

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

#dc92cd Text Font Color

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

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


#dc92cd Background Color

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

This div background color is #dc92cd


#dc92cd Border Color

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

This div border color is #dc92cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,146,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 #dc92cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc92cd


Comments

No comments written yet.

Please login to write comment.