Color Hex Logo

#d0029d Color Hex

#D0029D
(208,2,157)
0 Favorites   0 Comments

Color spaces of #d0029d

RGB 2082157
HSL0.870.980.41
HSV315°99°82°
CMYK 0.000.990.25   0.18
XYZ32.119915.887633.2720
Yxy15.88760.39520.1955
Hunter Lab39.859374.0875-21.5901
CIE-Lab46.826777.4647-26.3891

#d0029d color RGB value is (208,2,157).

#d0029d hex color red value is 208, green value is 2 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #d0029d hue: 0.87 , saturation: 0.98 and the lightness value of d0029d is 0.41.

The process color (four color CMYK) of #d0029d color hex is 0.00, 0.99, 0.25, 0.18. Web safe color of #d0029d is #cc0099. Color #d0029d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000010 10011101
Octal 320 2 235
Decimal 208 2 157
Hex D0 2 9D

RGB Percentages of Color #d0029d

%56.68
%0.54
%42.78

CMYK Percentages of Color #d0029d

%0
%99
%25
%18

Triadic Colors of #d0029d

#d0029d #9dd002 #029dd0

Analogous Colors of #d0029d

#d0029d #d00236 #9c02d0

Monochromatic Colors of #d0029d

#d0029d

Complementary Color

#d0029d #02d035

#d0029d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0029d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0029d Color CSS Codes

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

#d0029d Text Font Color

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

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


#d0029d Background Color

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

This div background color is #d0029d


#d0029d Border Color

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

This div border color is #d0029d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0029d


Comments

No comments written yet.

Please login to write comment.