Color Hex Logo

#d52fdd Color Hex

#D52FDD
(213,47,221)
0 Favorites   0 Comments

Color spaces of #d52fdd

RGB 21347221
HSL0.830.720.53
HSV297°79°87°
CMYK 0.040.790.00   0.13
XYZ41.508221.399670.3494
Yxy21.39960.31150.1606
Hunter Lab46.259779.2111-57.7834
CIE-Lab53.384180.2764-53.2730

#d52fdd color RGB value is (213,47,221).

#d52fdd hex color red value is 213, green value is 47 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d52fdd hue: 0.83 , saturation: 0.72 and the lightness value of d52fdd is 0.53.

The process color (four color CMYK) of #d52fdd color hex is 0.04, 0.79, 0.00, 0.13. Web safe color of #d52fdd is #cc33cc. Color #d52fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00101111 11011101
Octal 325 57 335
Decimal 213 47 221
Hex D5 2F DD

RGB Percentages of Color #d52fdd

%44.28
%9.77
%45.95

CMYK Percentages of Color #d52fdd

%4
%79
%0
%13

Triadic Colors of #d52fdd

#d52fdd #ddd52f #2fddd5

Analogous Colors of #d52fdd

#d52fdd #dd2f8e #7e2fdd

Monochromatic Colors of #d52fdd

#d52fdd

Complementary Color

#d52fdd #37dd2f

#d52fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d52fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d52fdd Color CSS Codes

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

#d52fdd Text Font Color

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

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


#d52fdd Background Color

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

This div background color is #d52fdd


#d52fdd Border Color

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

This div border color is #d52fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d52fdd


Comments

No comments written yet.

Please login to write comment.