Color Hex Logo

#d52dc1 Color Hex

#D52DC1
(213,45,193)
0 Favorites   0 Comments

Color spaces of #d52dc1

RGB 21345193
HSL0.850.670.51
HSV307°79°84°
CMYK 0.000.790.09   0.16
XYZ38.004619.873252.2849
Yxy19.87320.34500.1804
Hunter Lab44.579474.1601-38.3327
CIE-Lab51.693576.5748-39.9027

#d52dc1 color RGB value is (213,45,193).

#d52dc1 hex color red value is 213, green value is 45 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #d52dc1 hue: 0.85 , saturation: 0.67 and the lightness value of d52dc1 is 0.51.

The process color (four color CMYK) of #d52dc1 color hex is 0.00, 0.79, 0.09, 0.16. Web safe color of #d52dc1 is #cc33cc. Color #d52dc1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00101101 11000001
Octal 325 55 301
Decimal 213 45 193
Hex D5 2D C1

RGB Percentages of Color #d52dc1

%47.23
%9.98
%42.79

CMYK Percentages of Color #d52dc1

%0
%79
%9
%16

Triadic Colors of #d52dc1

#d52dc1 #c1d52d #2dc1d5

Analogous Colors of #d52dc1

#d52dc1 #d52d6d #952dd5

Monochromatic Colors of #d52dc1

#d52dc1

Complementary Color

#d52dc1 #2dd541

#d52dc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d52dc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d52dc1 Color CSS Codes

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

#d52dc1 Text Font Color

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

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


#d52dc1 Background Color

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

This div background color is #d52dc1


#d52dc1 Border Color

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

This div border color is #d52dc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d52dc1


Comments

No comments written yet.

Please login to write comment.