Color Hex Logo

#d0007a Color Hex

#D0007A
(208,0,122)
0 Favorites   0 Comments

Color spaces of #d0007a

RGB 2080122
HSL0.901.000.41
HSV325°100°82°
CMYK 0.001.000.41   0.18
XYZ29.525314.815019.7158
Yxy14.81500.46090.2313
Hunter Lab38.490369.5667-3.4268
CIE-Lab45.379874.0594-7.3211

#d0007a color RGB value is (208,0,122).

#d0007a hex color red value is 208, green value is 0 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #d0007a hue: 0.90 , saturation: 1.00 and the lightness value of d0007a is 0.41.

The process color (four color CMYK) of #d0007a color hex is 0.00, 1.00, 0.41, 0.18. Web safe color of #d0007a is #cc0066. Color #d0007a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000000 01111010
Octal 320 0 172
Decimal 208 0 122
Hex D0 0 7A

RGB Percentages of Color #d0007a

%63.03
%0.00
%36.97

CMYK Percentages of Color #d0007a

%0
%100
%41
%18

Triadic Colors of #d0007a

#d0007a #7ad000 #007ad0

Analogous Colors of #d0007a

#d0007a #d00012 #be00d0

Monochromatic Colors of #d0007a

#d0007a

Complementary Color

#d0007a #00d056

#d0007a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0007a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0007a Color CSS Codes

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

#d0007a Text Font Color

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

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


#d0007a Background Color

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

This div background color is #d0007a


#d0007a Border Color

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

This div border color is #d0007a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,0,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0007a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0007a;
  -webkit-box-shadow: 1px 1px 3px 2px #d0007a;
  box-shadow:         1px 1px 3px 2px #d0007a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,0,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0007a


Comments

No comments written yet.

Please login to write comment.