Color Hex Logo

#dc66ba Color Hex

#DC66BA
(220,102,186)
0 Favorites   0 Comments

Color spaces of #dc66ba

RGB 220102186
HSL0.880.630.63
HSV317°54°86°
CMYK 0.000.540.15   0.14
XYZ43.129528.263649.6366
Yxy28.26360.35640.2335
Hunter Lab53.163551.7740-18.1422
CIE-Lab60.126156.0919-22.6736

#dc66ba color RGB value is (220,102,186).

#dc66ba hex color red value is 220, green value is 102 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dc66ba hue: 0.88 , saturation: 0.63 and the lightness value of dc66ba is 0.63.

The process color (four color CMYK) of #dc66ba color hex is 0.00, 0.54, 0.15, 0.14. Web safe color of #dc66ba is #cc66cc. Color #dc66ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100110 10111010
Octal 334 146 272
Decimal 220 102 186
Hex DC 66 BA

RGB Percentages of Color #dc66ba

%43.31
%20.08
%36.61

CMYK Percentages of Color #dc66ba

%0
%54
%15
%14

Triadic Colors of #dc66ba

#dc66ba #badc66 #66badc

Analogous Colors of #dc66ba

#dc66ba #dc667f #c366dc

Monochromatic Colors of #dc66ba

#dc66ba

Complementary Color

#dc66ba #66dc88

#dc66ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc66ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc66ba Color CSS Codes

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

#dc66ba Text Font Color

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

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


#dc66ba Background Color

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

This div background color is #dc66ba


#dc66ba Border Color

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

This div border color is #dc66ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc66ba


Comments

No comments written yet.

Please login to write comment.