Color Hex Logo

#d504ca Color Hex

#D504CA
(213,4,202)
0 Favorites   0 Comments

Color spaces of #d504ca

RGB 2134202
HSL0.840.960.43
HSV303°98°84°
CMYK 0.000.980.05   0.16
XYZ38.144718.497257.4370
Yxy18.49720.33440.1621
Hunter Lab43.008483.0494-49.0750
CIE-Lab50.093783.9228-47.6451

#d504ca color RGB value is (213,4,202).

#d504ca hex color red value is 213, green value is 4 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d504ca hue: 0.84 , saturation: 0.96 and the lightness value of d504ca is 0.43.

The process color (four color CMYK) of #d504ca color hex is 0.00, 0.98, 0.05, 0.16. Web safe color of #d504ca is #cc00cc. Color #d504ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00000100 11001010
Octal 325 4 312
Decimal 213 4 202
Hex D5 4 CA

RGB Percentages of Color #d504ca

%50.84
%0.95
%48.21

CMYK Percentages of Color #d504ca

%0
%98
%5
%16

Triadic Colors of #d504ca

#d504ca #cad504 #04cad5

Analogous Colors of #d504ca

#d504ca #d50461 #7804d5

Monochromatic Colors of #d504ca

#d504ca

Complementary Color

#d504ca #04d50f

#d504ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d504ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d504ca Color CSS Codes

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

#d504ca Text Font Color

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

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


#d504ca Background Color

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

This div background color is #d504ca


#d504ca Border Color

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

This div border color is #d504ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d504ca


Comments

No comments written yet.

Please login to write comment.