Color Hex Logo

#dc097f Color Hex

#DC097F
(220,9,127)
0 Favorites   0 Comments

Color spaces of #dc097f

RGB 2209127
HSL0.910.920.45
HSV326°96°86°
CMYK 0.000.960.42   0.14
XYZ33.443716.943321.5864
Yxy16.94330.46470.2354
Hunter Lab41.162272.9946-2.2794
CIE-Lab48.188576.3150-5.9493

#dc097f color RGB value is (220,9,127).

#dc097f hex color red value is 220, green value is 9 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #dc097f hue: 0.91 , saturation: 0.92 and the lightness value of dc097f is 0.45.

The process color (four color CMYK) of #dc097f color hex is 0.00, 0.96, 0.42, 0.14. Web safe color of #dc097f is #cc0066. Color #dc097f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00001001 01111111
Octal 334 11 177
Decimal 220 9 127
Hex DC 9 7F

RGB Percentages of Color #dc097f

%61.80
%2.53
%35.67

CMYK Percentages of Color #dc097f

%0
%96
%42
%14

Triadic Colors of #dc097f

#dc097f #7fdc09 #097fdc

Analogous Colors of #dc097f

#dc097f #dc0916 #d009dc

Monochromatic Colors of #dc097f

#dc097f

Complementary Color

#dc097f #09dc66

#dc097f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc097f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc097f Color CSS Codes

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

#dc097f Text Font Color

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

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


#dc097f Background Color

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

This div background color is #dc097f


#dc097f Border Color

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

This div border color is #dc097f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc097f


Comments

No comments written yet.

Please login to write comment.