Color Hex Logo

#d34dad Color Hex

#D34DAD
(211,77,173)
0 Favorites   0 Comments

Color spaces of #d34dad

RGB 21177173
HSL0.880.600.56
HSV317°64°83°
CMYK 0.000.640.18   0.17
XYZ37.060722.173841.8618
Yxy22.17380.36660.2193
Hunter Lab47.089158.0797-19.7460
CIE-Lab54.210962.6488-24.3751

#d34dad color RGB value is (211,77,173).

#d34dad hex color red value is 211, green value is 77 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d34dad hue: 0.88 , saturation: 0.60 and the lightness value of d34dad is 0.56.

The process color (four color CMYK) of #d34dad color hex is 0.00, 0.64, 0.18, 0.17. Web safe color of #d34dad is #cc6699. Color #d34dad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01001101 10101101
Octal 323 115 255
Decimal 211 77 173
Hex D3 4D AD

RGB Percentages of Color #d34dad

%45.77
%16.70
%37.53

CMYK Percentages of Color #d34dad

%0
%64
%18
%17

Triadic Colors of #d34dad

#d34dad #add34d #4dadd3

Analogous Colors of #d34dad

#d34dad #d34d6a #b64dd3

Monochromatic Colors of #d34dad

#d34dad

Complementary Color

#d34dad #4dd373

#d34dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d34dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d34dad Color CSS Codes

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

#d34dad Text Font Color

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

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


#d34dad Background Color

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

This div background color is #d34dad


#d34dad Border Color

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

This div border color is #d34dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d34dad


Comments

No comments written yet.

Please login to write comment.