Color Hex Logo

#d548ca Color Hex

#D548CA
(213,72,202)
0 Favorites   0 Comments

Color spaces of #d548ca

RGB 21372202
HSL0.850.630.56
HSV305°66°84°
CMYK 0.000.660.05   0.16
XYZ40.418623.045158.1950
Yxy23.04510.33220.1894
Hunter Lab48.005366.2807-38.2713
CIE-Lab55.118869.4505-39.6889

#d548ca color RGB value is (213,72,202).

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

The process color (four color CMYK) of #d548ca color hex is 0.00, 0.66, 0.05, 0.16. Web safe color of #d548ca is #cc33cc. Color #d548ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001000 11001010
Octal 325 110 312
Decimal 213 72 202
Hex D5 48 CA

RGB Percentages of Color #d548ca

%43.74
%14.78
%41.48

CMYK Percentages of Color #d548ca

%0
%66
%5
%16

Triadic Colors of #d548ca

#d548ca #cad548 #48cad5

Analogous Colors of #d548ca

#d548ca #d54884 #9a48d5

Monochromatic Colors of #d548ca

#d548ca

Complementary Color

#d548ca #48d553

#d548ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d548ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d548ca Color CSS Codes

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

#d548ca Text Font Color

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

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


#d548ca Background Color

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

This div background color is #d548ca


#d548ca Border Color

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

This div border color is #d548ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d548ca


Comments

No comments written yet.

Please login to write comment.