Color Hex Logo

#dc097b Color Hex

#DC097B
(220,9,123)
0 Favorites   0 Comments

Color spaces of #dc097b

RGB 2209123
HSL0.910.920.45
HSV328°96°86°
CMYK 0.000.960.44   0.14
XYZ33.188016.841120.2403
Yxy16.84110.47230.2397
Hunter Lab41.037972.5394-0.5159
CIE-Lab48.059275.9705-3.6960

#dc097b color RGB value is (220,9,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00001001 01111011
Octal 334 11 173
Decimal 220 9 123
Hex DC 9 7B

RGB Percentages of Color #dc097b

%62.50
%2.56
%34.94

CMYK Percentages of Color #dc097b

%0
%96
%44
%14

Triadic Colors of #dc097b

#dc097b #7bdc09 #097bdc

Analogous Colors of #dc097b

#dc097b #dc0911 #d409dc

Monochromatic Colors of #dc097b

#dc097b

Complementary Color

#dc097b #09dc6a

#dc097b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc097b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc097b Color CSS Codes

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

#dc097b Text Font Color

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

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


#dc097b Background Color

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

This div background color is #dc097b


#dc097b Border Color

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

This div border color is #dc097b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc097b


Comments

No comments written yet.

Please login to write comment.