Color Hex Logo

#dc5cab Color Hex

#DC5CAB
(220,92,171)
0 Favorites   0 Comments

Color spaces of #dc5cab

RGB 22092171
HSL0.900.650.61
HSV323°58°86°
CMYK 0.000.580.22   0.14
XYZ40.693025.810241.3652
Yxy25.81020.37720.2393
Hunter Lab50.803754.0692-12.7122
CIE-Lab57.856558.4991-17.5123

#dc5cab color RGB value is (220,92,171).

#dc5cab hex color red value is 220, green value is 92 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #dc5cab hue: 0.90 , saturation: 0.65 and the lightness value of dc5cab is 0.61.

The process color (four color CMYK) of #dc5cab color hex is 0.00, 0.58, 0.22, 0.14. Web safe color of #dc5cab is #cc6699. Color #dc5cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011100 10101011
Octal 334 134 253
Decimal 220 92 171
Hex DC 5C AB

RGB Percentages of Color #dc5cab

%45.55
%19.05
%35.40

CMYK Percentages of Color #dc5cab

%0
%58
%22
%14

Triadic Colors of #dc5cab

#dc5cab #abdc5c #5cabdc

Analogous Colors of #dc5cab

#dc5cab #dc5c6b #cd5cdc

Monochromatic Colors of #dc5cab

#dc5cab

Complementary Color

#dc5cab #5cdc8d

#dc5cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5cab Color CSS Codes

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

#dc5cab Text Font Color

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

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


#dc5cab Background Color

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

This div background color is #dc5cab


#dc5cab Border Color

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

This div border color is #dc5cab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,92,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5cab


Comments

No comments written yet.

Please login to write comment.