Color Hex Logo

#dc6994 Color Hex

#DC6994
(220,105,148)
0 Favorites   0 Comments

Color spaces of #dc6994

RGB 220105148
HSL0.940.620.64
HSV338°52°86°
CMYK 0.000.520.33   0.14
XYZ39.912127.456931.2131
Yxy27.45690.40490.2785
Hunter Lab52.399344.26301.3618
CIE-Lab59.394949.4418-1.8818

#dc6994 color RGB value is (220,105,148).

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

The process color (four color CMYK) of #dc6994 color hex is 0.00, 0.52, 0.33, 0.14. Web safe color of #dc6994 is #cc6699. Color #dc6994 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101001 10010100
Octal 334 151 224
Decimal 220 105 148
Hex DC 69 94

RGB Percentages of Color #dc6994

%46.51
%22.20
%31.29

CMYK Percentages of Color #dc6994

%0
%52
%33
%14

Triadic Colors of #dc6994

#dc6994 #94dc69 #6994dc

Analogous Colors of #dc6994

#dc6994 #dc7869 #dc69ce

Monochromatic Colors of #dc6994

#dc6994

Complementary Color

#dc6994 #69dcb1

#dc6994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6994 Color CSS Codes

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

#dc6994 Text Font Color

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

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


#dc6994 Background Color

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

This div background color is #dc6994


#dc6994 Border Color

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

This div border color is #dc6994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6994


Comments

No comments written yet.

Please login to write comment.