Color Hex Logo

#dc07a8 Color Hex

#DC07A8
(220,7,168)
0 Favorites   0 Comments

Color spaces of #dc07a8

RGB 2207168
HSL0.870.940.45
HSV315°97°86°
CMYK 0.000.970.24   0.14
XYZ36.659118.194838.6256
Yxy18.19480.39220.1946
Hunter Lab42.655478.7605-23.8300
CIE-Lab49.731580.6323-28.2497

#dc07a8 color RGB value is (220,7,168).

#dc07a8 hex color red value is 220, green value is 7 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #dc07a8 hue: 0.87 , saturation: 0.94 and the lightness value of dc07a8 is 0.45.

The process color (four color CMYK) of #dc07a8 color hex is 0.00, 0.97, 0.24, 0.14. Web safe color of #dc07a8 is #cc0099. Color #dc07a8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000111 10101000
Octal 334 7 250
Decimal 220 7 168
Hex DC 7 A8

RGB Percentages of Color #dc07a8

%55.70
%1.77
%42.53

CMYK Percentages of Color #dc07a8

%0
%97
%24
%14

Triadic Colors of #dc07a8

#dc07a8 #a8dc07 #07a8dc

Analogous Colors of #dc07a8

#dc07a8 #dc073d #a607dc

Monochromatic Colors of #dc07a8

#dc07a8

Complementary Color

#dc07a8 #07dc3b

#dc07a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc07a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc07a8 Color CSS Codes

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

#dc07a8 Text Font Color

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

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


#dc07a8 Background Color

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

This div background color is #dc07a8


#dc07a8 Border Color

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

This div border color is #dc07a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc07a8


Comments

No comments written yet.

Please login to write comment.