Color Hex Logo

#dc6186 Color Hex

#DC6186
(220,97,134)
0 Favorites   0 Comments

Color spaces of #dc6186

RGB 22097134
HSL0.950.640.62
HSV342°56°86°
CMYK 0.000.560.39   0.14
XYZ38.093025.486325.4659
Yxy25.48630.42780.2862
Hunter Lab50.484046.34145.4308
CIE-Lab57.546251.63323.5795

#dc6186 color RGB value is (220,97,134).

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

The process color (four color CMYK) of #dc6186 color hex is 0.00, 0.56, 0.39, 0.14. Web safe color of #dc6186 is #cc6699. Color #dc6186 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100001 10000110
Octal 334 141 206
Decimal 220 97 134
Hex DC 61 86

RGB Percentages of Color #dc6186

%48.78
%21.51
%29.71

CMYK Percentages of Color #dc6186

%0
%56
%39
%14

Triadic Colors of #dc6186

#dc6186 #86dc61 #6186dc

Analogous Colors of #dc6186

#dc6186 #dc7a61 #dc61c4

Monochromatic Colors of #dc6186

#dc6186

Complementary Color

#dc6186 #61dcb7

#dc6186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6186 Color CSS Codes

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

#dc6186 Text Font Color

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

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


#dc6186 Background Color

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

This div background color is #dc6186


#dc6186 Border Color

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

This div border color is #dc6186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6186


Comments

No comments written yet.

Please login to write comment.