Color Hex Logo

#dc6891 Color Hex

#DC6891
(220,104,145)
0 Favorites   0 Comments

Color spaces of #dc6891

RGB 220104145
HSL0.940.620.64
HSV339°53°86°
CMYK 0.000.530.34   0.14
XYZ39.576327.160629.9447
Yxy27.16060.40930.2809
Hunter Lab52.115844.34862.4143
CIE-Lab59.122749.5620-0.5400

#dc6891 color RGB value is (220,104,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101000 10010001
Octal 334 150 221
Decimal 220 104 145
Hex DC 68 91

RGB Percentages of Color #dc6891

%46.91
%22.17
%30.92

CMYK Percentages of Color #dc6891

%0
%53
%34
%14

Triadic Colors of #dc6891

#dc6891 #91dc68 #6891dc

Analogous Colors of #dc6891

#dc6891 #dc7968 #dc68cb

Monochromatic Colors of #dc6891

#dc6891

Complementary Color

#dc6891 #68dcb3

#dc6891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6891 Color CSS Codes

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

#dc6891 Text Font Color

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

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


#dc6891 Background Color

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

This div background color is #dc6891


#dc6891 Border Color

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

This div border color is #dc6891


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6891


Comments

No comments written yet.

Please login to write comment.