Color Hex Logo

#dc6f7e Color Hex

#DC6F7E
(220,111,126)
0 Favorites   0 Comments

Color spaces of #dc6f7e

RGB 220111126
HSL0.980.610.65
HSV352°50°86°
CMYK 0.000.500.43   0.14
XYZ38.965528.090923.1070
Yxy28.09090.43220.3116
Hunter Lab53.000838.479311.2517
CIE-Lab59.970843.975711.6885

#dc6f7e color RGB value is (220,111,126).

#dc6f7e hex color red value is 220, green value is 111 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dc6f7e hue: 0.98 , saturation: 0.61 and the lightness value of dc6f7e is 0.65.

The process color (four color CMYK) of #dc6f7e color hex is 0.00, 0.50, 0.43, 0.14. Web safe color of #dc6f7e is #cc6666. Color #dc6f7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101111 01111110
Octal 334 157 176
Decimal 220 111 126
Hex DC 6F 7E

RGB Percentages of Color #dc6f7e

%48.14
%24.29
%27.57

CMYK Percentages of Color #dc6f7e

%0
%50
%43
%14

Triadic Colors of #dc6f7e

#dc6f7e #7edc6f #6f7edc

Analogous Colors of #dc6f7e

#dc6f7e #dc976f #dc6fb5

Monochromatic Colors of #dc6f7e

#dc6f7e

Complementary Color

#dc6f7e #6fdccd

#dc6f7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6f7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6f7e Color CSS Codes

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

#dc6f7e Text Font Color

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

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


#dc6f7e Background Color

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

This div background color is #dc6f7e


#dc6f7e Border Color

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

This div border color is #dc6f7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6f7e


Comments

No comments written yet.

Please login to write comment.