Color Hex Logo

#d54dca Color Hex

#D54DCA
(213,77,202)
0 Favorites   0 Comments

Color spaces of #d54dca

RGB 21377202
HSL0.850.620.57
HSV305°64°84°
CMYK 0.000.640.05   0.16
XYZ40.755123.718258.3071
Yxy23.71820.33190.1932
Hunter Lab48.701364.1481-36.8933
CIE-Lab55.804567.5352-38.6107

#d54dca color RGB value is (213,77,202).

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

The process color (four color CMYK) of #d54dca color hex is 0.00, 0.64, 0.05, 0.16. Web safe color of #d54dca is #cc66cc. Color #d54dca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001101 11001010
Octal 325 115 312
Decimal 213 77 202
Hex D5 4D CA

RGB Percentages of Color #d54dca

%43.29
%15.65
%41.06

CMYK Percentages of Color #d54dca

%0
%64
%5
%16

Triadic Colors of #d54dca

#d54dca #cad54d #4dcad5

Analogous Colors of #d54dca

#d54dca #d54d86 #9c4dd5

Monochromatic Colors of #d54dca

#d54dca

Complementary Color

#d54dca #4dd558

#d54dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54dca Color CSS Codes

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

#d54dca Text Font Color

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

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


#d54dca Background Color

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

This div background color is #d54dca


#d54dca Border Color

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

This div border color is #d54dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54dca


Comments

No comments written yet.

Please login to write comment.