Color Hex Logo

#dc5cde Color Hex

#DC5CDE
(220,92,222)
0 Favorites   0 Comments

Color spaces of #dc5cde

RGB 22092222
HSL0.830.660.62
HSV299°59°87°
CMYK 0.010.590.00   0.13
XYZ46.527228.143972.0873
Yxy28.14390.31700.1918
Hunter Lab53.050863.7110-43.4297
CIE-Lab60.018566.3914-43.2465

#dc5cde color RGB value is (220,92,222).

#dc5cde hex color red value is 220, green value is 92 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #dc5cde hue: 0.83 , saturation: 0.66 and the lightness value of dc5cde is 0.62.

The process color (four color CMYK) of #dc5cde color hex is 0.01, 0.59, 0.00, 0.13. Web safe color of #dc5cde is #cc66cc. Color #dc5cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011100 11011110
Octal 334 134 336
Decimal 220 92 222
Hex DC 5C DE

RGB Percentages of Color #dc5cde

%41.20
%17.23
%41.57

CMYK Percentages of Color #dc5cde

%1
%59
%0
%13

Triadic Colors of #dc5cde

#dc5cde #dedc5c #5cdedc

Analogous Colors of #dc5cde

#dc5cde #de5c9f #9b5cde

Monochromatic Colors of #dc5cde

#dc5cde

Complementary Color

#dc5cde #5ede5c

#dc5cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5cde Color CSS Codes

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

#dc5cde Text Font Color

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

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


#dc5cde Background Color

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

This div background color is #dc5cde


#dc5cde Border Color

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

This div border color is #dc5cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5cde


Comments

No comments written yet.

Please login to write comment.