Color Hex Logo

#d54fad Color Hex

#D54FAD
(213,79,173)
0 Favorites   0 Comments

Color spaces of #d54fad

RGB 21379173
HSL0.880.610.57
HSV318°63°84°
CMYK 0.000.630.19   0.16
XYZ37.779422.755241.9362
Yxy22.75520.36870.2221
Hunter Lab47.702457.8894-18.7314
CIE-Lab54.819362.3727-23.4123

#d54fad color RGB value is (213,79,173).

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

The process color (four color CMYK) of #d54fad color hex is 0.00, 0.63, 0.19, 0.16. Web safe color of #d54fad is #cc6699. Color #d54fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001111 10101101
Octal 325 117 255
Decimal 213 79 173
Hex D5 4F AD

RGB Percentages of Color #d54fad

%45.81
%16.99
%37.20

CMYK Percentages of Color #d54fad

%0
%63
%19
%16

Triadic Colors of #d54fad

#d54fad #add54f #4fadd5

Analogous Colors of #d54fad

#d54fad #d54f6a #ba4fd5

Monochromatic Colors of #d54fad

#d54fad

Complementary Color

#d54fad #4fd577

#d54fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54fad Color CSS Codes

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

#d54fad Text Font Color

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

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


#d54fad Background Color

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

This div background color is #d54fad


#d54fad Border Color

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

This div border color is #d54fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54fad


Comments

No comments written yet.

Please login to write comment.