Color Hex Logo

#dc689a Color Hex

#DC689A
(220,104,154)
0 Favorites   0 Comments

Color spaces of #dc689a

RGB 220104154
HSL0.930.620.64
HSV334°53°86°
CMYK 0.000.530.30   0.14
XYZ40.298227.449433.7462
Yxy27.44940.39710.2705
Hunter Lab52.392245.6096-1.5146
CIE-Lab59.388050.6749-5.3686

#dc689a color RGB value is (220,104,154).

#dc689a hex color red value is 220, green value is 104 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #dc689a hue: 0.93 , saturation: 0.62 and the lightness value of dc689a is 0.64.

The process color (four color CMYK) of #dc689a color hex is 0.00, 0.53, 0.30, 0.14. Web safe color of #dc689a is #cc6699. Color #dc689a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101000 10011010
Octal 334 150 232
Decimal 220 104 154
Hex DC 68 9A

RGB Percentages of Color #dc689a

%46.03
%21.76
%32.22

CMYK Percentages of Color #dc689a

%0
%53
%30
%14

Triadic Colors of #dc689a

#dc689a #9adc68 #689adc

Analogous Colors of #dc689a

#dc689a #dc7068 #dc68d4

Monochromatic Colors of #dc689a

#dc689a

Complementary Color

#dc689a #68dcaa

#dc689a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc689a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc689a Color CSS Codes

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

#dc689a Text Font Color

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

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


#dc689a Background Color

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

This div background color is #dc689a


#dc689a Border Color

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

This div border color is #dc689a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc689a


Comments

No comments written yet.

Please login to write comment.