Color Hex Logo

#dc95cd Color Hex

#DC95CD
(220,149,205)
0 Favorites   0 Comments

Color spaces of #dc95cd

RGB 220149205
HSL0.870.500.72
HSV313°32°86°
CMYK 0.000.320.07   0.14
XYZ51.282141.118362.9914
Yxy41.11830.33000.2646
Hunter Lab64.123630.5372-13.3567
CIE-Lab70.258735.2433-17.9274

#dc95cd color RGB value is (220,149,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010101 11001101
Octal 334 225 315
Decimal 220 149 205
Hex DC 95 CD

RGB Percentages of Color #dc95cd

%38.33
%25.96
%35.71

CMYK Percentages of Color #dc95cd

%0
%32
%7
%14

Triadic Colors of #dc95cd

#dc95cd #cddc95 #95cddc

Analogous Colors of #dc95cd

#dc95cd #dc95aa #c895dc

Monochromatic Colors of #dc95cd

#dc95cd

Complementary Color

#dc95cd #95dca4

#dc95cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc95cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc95cd Color CSS Codes

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

#dc95cd Text Font Color

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

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


#dc95cd Background Color

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

This div background color is #dc95cd


#dc95cd Border Color

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

This div border color is #dc95cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc95cd


Comments

No comments written yet.

Please login to write comment.