Color Hex Logo

#d300ad Color Hex

#D300AD
(211,0,173)
0 Favorites   0 Comments

Color spaces of #d300ad

RGB 2110173
HSL0.861.000.41
HSV311°100°83°
CMYK 0.001.000.18   0.17
XYZ34.406816.866040.9772
Yxy16.86600.37300.1828
Hunter Lab41.068277.6772-30.4108
CIE-Lab48.090880.0928-33.8954

#d300ad color RGB value is (211,0,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00000000 10101101
Octal 323 0 255
Decimal 211 0 173
Hex D3 0 AD

RGB Percentages of Color #d300ad

%54.95
%0.00
%45.05

CMYK Percentages of Color #d300ad

%0
%100
%18
%17

Triadic Colors of #d300ad

#d300ad #add300 #00add3

Analogous Colors of #d300ad

#d300ad #d30043 #9000d3

Monochromatic Colors of #d300ad

#d300ad

Complementary Color

#d300ad #00d326

#d300ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d300ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d300ad Color CSS Codes

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

#d300ad Text Font Color

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

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


#d300ad Background Color

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

This div background color is #d300ad


#d300ad Border Color

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

This div border color is #d300ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,0,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 #d300ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d300ad


Comments

No comments written yet.

Please login to write comment.