Color Hex Logo

#dc88ba Color Hex

#DC88BA
(220,136,186)
0 Favorites   0 Comments

Color spaces of #dc88ba

RGB 220136186
HSL0.900.550.70
HSV324°38°86°
CMYK 0.000.380.15   0.14
XYZ47.182336.369150.9875
Yxy36.36910.35070.2703
Hunter Lab60.306834.1164-7.9131
CIE-Lab66.801038.9974-12.5491

#dc88ba color RGB value is (220,136,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001000 10111010
Octal 334 210 272
Decimal 220 136 186
Hex DC 88 BA

RGB Percentages of Color #dc88ba

%40.59
%25.09
%34.32

CMYK Percentages of Color #dc88ba

%0
%38
%15
%14

Triadic Colors of #dc88ba

#dc88ba #badc88 #88badc

Analogous Colors of #dc88ba

#dc88ba #dc8890 #d488dc

Monochromatic Colors of #dc88ba

#dc88ba

Complementary Color

#dc88ba #88dcaa

#dc88ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc88ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc88ba Color CSS Codes

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

#dc88ba Text Font Color

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

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


#dc88ba Background Color

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

This div background color is #dc88ba


#dc88ba Border Color

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

This div border color is #dc88ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc88ba


Comments

No comments written yet.

Please login to write comment.