Color Hex Logo

#dc6691 Color Hex

#DC6691
(220,102,145)
0 Favorites   0 Comments

Color spaces of #dc6691

RGB 220102145
HSL0.940.630.63
HSV338°54°86°
CMYK 0.000.540.34   0.14
XYZ39.377426.762729.8784
Yxy26.76270.41010.2787
Hunter Lab51.732745.33681.9697
CIE-Lab58.754050.5245-1.0795

#dc6691 color RGB value is (220,102,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100110 10010001
Octal 334 146 221
Decimal 220 102 145
Hex DC 66 91

RGB Percentages of Color #dc6691

%47.11
%21.84
%31.05

CMYK Percentages of Color #dc6691

%0
%54
%34
%14

Triadic Colors of #dc6691

#dc6691 #91dc66 #6691dc

Analogous Colors of #dc6691

#dc6691 #dc7666 #dc66cc

Monochromatic Colors of #dc6691

#dc6691

Complementary Color

#dc6691 #66dcb1

#dc6691 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6691 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6691 Color CSS Codes

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

#dc6691 Text Font Color

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

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


#dc6691 Background Color

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

This div background color is #dc6691


#dc6691 Border Color

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

This div border color is #dc6691


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6691


Comments

No comments written yet.

Please login to write comment.