Color Hex Logo

#dc095d Color Hex

#DC095D
(220,9,93)
0 Favorites   0 Comments

Color spaces of #dc095d

RGB 220993
HSL0.930.920.45
HSV336°96°86°
CMYK 0.000.960.58   0.14
XYZ31.588716.201311.8182
Yxy16.20130.52990.2718
Hunter Lab40.250869.647110.7672
CIE-Lab47.237573.763413.6275

#dc095d color RGB value is (220,9,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00001001 01011101
Octal 334 11 135
Decimal 220 9 93
Hex DC 9 5D

RGB Percentages of Color #dc095d

%68.32
%2.80
%28.88

CMYK Percentages of Color #dc095d

%0
%96
%58
%14

Triadic Colors of #dc095d

#dc095d #5ddc09 #095ddc

Analogous Colors of #dc095d

#dc095d #dc1f09 #dc09c7

Monochromatic Colors of #dc095d

#dc095d

Complementary Color

#dc095d #09dc88

#dc095d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc095d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc095d Color CSS Codes

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

#dc095d Text Font Color

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

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


#dc095d Background Color

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

This div background color is #dc095d


#dc095d Border Color

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

This div border color is #dc095d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc095d


Comments

No comments written yet.

Please login to write comment.