Color Hex Logo

#d54cad Color Hex

#D54CAD
(213,76,173)
0 Favorites   0 Comments

Color spaces of #d54cad

RGB 21376173
HSL0.880.620.57
HSV318°64°84°
CMYK 0.000.640.19   0.16
XYZ37.567822.332141.8657
Yxy22.33210.36920.2194
Hunter Lab47.256959.2027-19.4463
CIE-Lab54.377663.5889-24.0922

#d54cad color RGB value is (213,76,173).

#d54cad hex color red value is 213, green value is 76 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d54cad hue: 0.88 , saturation: 0.62 and the lightness value of d54cad is 0.57.

The process color (four color CMYK) of #d54cad color hex is 0.00, 0.64, 0.19, 0.16. Web safe color of #d54cad is #cc3399. Color #d54cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001100 10101101
Octal 325 114 255
Decimal 213 76 173
Hex D5 4C AD

RGB Percentages of Color #d54cad

%46.10
%16.45
%37.45

CMYK Percentages of Color #d54cad

%0
%64
%19
%16

Triadic Colors of #d54cad

#d54cad #add54c #4cadd5

Analogous Colors of #d54cad

#d54cad #d54c69 #b94cd5

Monochromatic Colors of #d54cad

#d54cad

Complementary Color

#d54cad #4cd574

#d54cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54cad Color CSS Codes

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

#d54cad Text Font Color

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

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


#d54cad Background Color

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

This div background color is #d54cad


#d54cad Border Color

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

This div border color is #d54cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54cad


Comments

No comments written yet.

Please login to write comment.