Color Hex Logo

#dc88ca Color Hex

#DC88CA
(220,136,202)
0 Favorites   0 Comments

Color spaces of #dc88ca

RGB 220136202
HSL0.870.550.70
HSV313°38°86°
CMYK 0.000.380.08   0.14
XYZ48.980037.088260.4543
Yxy37.08820.33430.2531
Hunter Lab60.900136.9867-16.2259
CIE-Lab67.343141.6260-20.6862

#dc88ca color RGB value is (220,136,202).

#dc88ca hex color red value is 220, green value is 136 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dc88ca hue: 0.87 , saturation: 0.55 and the lightness value of dc88ca is 0.70.

The process color (four color CMYK) of #dc88ca color hex is 0.00, 0.38, 0.08, 0.14. Web safe color of #dc88ca is #cc99cc. Color #dc88ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001000 11001010
Octal 334 210 312
Decimal 220 136 202
Hex DC 88 CA

RGB Percentages of Color #dc88ca

%39.43
%24.37
%36.20

CMYK Percentages of Color #dc88ca

%0
%38
%8
%14

Triadic Colors of #dc88ca

#dc88ca #cadc88 #88cadc

Analogous Colors of #dc88ca

#dc88ca #dc88a0 #c488dc

Monochromatic Colors of #dc88ca

#dc88ca

Complementary Color

#dc88ca #88dc9a

#dc88ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc88ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc88ca Color CSS Codes

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

#dc88ca Text Font Color

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

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


#dc88ca Background Color

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

This div background color is #dc88ca


#dc88ca Border Color

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

This div border color is #dc88ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc88ca


Comments

No comments written yet.

Please login to write comment.