Color Hex Logo

#dc5fcd Color Hex

#DC5FCD
(220,95,205)
0 Favorites   0 Comments

Color spaces of #dc5fcd

RGB 22095205
HSL0.850.640.62
HSV307°57°86°
CMYK 0.000.570.07   0.14
XYZ44.626927.807860.7730
Yxy27.80780.33500.2088
Hunter Lab52.733158.7778-31.4164
CIE-Lab59.714762.2614-34.1271

#dc5fcd color RGB value is (220,95,205).

#dc5fcd hex color red value is 220, green value is 95 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dc5fcd hue: 0.85 , saturation: 0.64 and the lightness value of dc5fcd is 0.62.

The process color (four color CMYK) of #dc5fcd color hex is 0.00, 0.57, 0.07, 0.14. Web safe color of #dc5fcd is #cc66cc. Color #dc5fcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011111 11001101
Octal 334 137 315
Decimal 220 95 205
Hex DC 5F CD

RGB Percentages of Color #dc5fcd

%42.31
%18.27
%39.42

CMYK Percentages of Color #dc5fcd

%0
%57
%7
%14

Triadic Colors of #dc5fcd

#dc5fcd #cddc5f #5fcddc

Analogous Colors of #dc5fcd

#dc5fcd #dc5f8f #ad5fdc

Monochromatic Colors of #dc5fcd

#dc5fcd

Complementary Color

#dc5fcd #5fdc6e

#dc5fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5fcd Color CSS Codes

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

#dc5fcd Text Font Color

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

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


#dc5fcd Background Color

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

This div background color is #dc5fcd


#dc5fcd Border Color

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

This div border color is #dc5fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5fcd


Comments

No comments written yet.

Please login to write comment.