Color Hex Logo

#d304ad Color Hex

#D304AD
(211,4,173)
0 Favorites   0 Comments

Color spaces of #d304ad

RGB 2114173
HSL0.860.960.42
HSV311°98°83°
CMYK 0.000.980.18   0.17
XYZ34.450216.952840.9917
Yxy16.95280.37290.1835
Hunter Lab41.173877.2973-30.2062
CIE-Lab48.200579.7695-33.7232

#d304ad color RGB value is (211,4,173).

#d304ad hex color red value is 211, green value is 4 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d304ad hue: 0.86 , saturation: 0.96 and the lightness value of d304ad is 0.42.

The process color (four color CMYK) of #d304ad color hex is 0.00, 0.98, 0.18, 0.17. Web safe color of #d304ad is #cc0099. Color #d304ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00000100 10101101
Octal 323 4 255
Decimal 211 4 173
Hex D3 4 AD

RGB Percentages of Color #d304ad

%54.38
%1.03
%44.59

CMYK Percentages of Color #d304ad

%0
%98
%18
%17

Triadic Colors of #d304ad

#d304ad #add304 #04add3

Analogous Colors of #d304ad

#d304ad #d30445 #9204d3

Monochromatic Colors of #d304ad

#d304ad

Complementary Color

#d304ad #04d32a

#d304ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d304ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d304ad Color CSS Codes

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

#d304ad Text Font Color

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

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


#d304ad Background Color

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

This div background color is #d304ad


#d304ad Border Color

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

This div border color is #d304ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d304ad


Comments

No comments written yet.

Please login to write comment.