Color Hex Logo

#d521dc Color Hex

#D521DC
(213,33,220)
0 Favorites   0 Comments

Color spaces of #d521dc

RGB 21333220
HSL0.830.740.50
HSV298°85°86°
CMYK 0.030.850.00   0.14
XYZ40.902720.401269.4922
Yxy20.40120.31270.1560
Hunter Lab45.167782.6016-59.6025
CIE-Lab52.287883.1481-54.4580

#d521dc color RGB value is (213,33,220).

#d521dc hex color red value is 213, green value is 33 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d521dc hue: 0.83 , saturation: 0.74 and the lightness value of d521dc is 0.50.

The process color (four color CMYK) of #d521dc color hex is 0.03, 0.85, 0.00, 0.14. Web safe color of #d521dc is #cc33cc. Color #d521dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100001 11011100
Octal 325 41 334
Decimal 213 33 220
Hex D5 21 DC

RGB Percentages of Color #d521dc

%45.71
%7.08
%47.21

CMYK Percentages of Color #d521dc

%3
%85
%0
%14

Triadic Colors of #d521dc

#d521dc #dcd521 #21dcd5

Analogous Colors of #d521dc

#d521dc #dc2186 #7821dc

Monochromatic Colors of #d521dc

#d521dc

Complementary Color

#d521dc #28dc21

#d521dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d521dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d521dc Color CSS Codes

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

#d521dc Text Font Color

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

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


#d521dc Background Color

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

This div background color is #d521dc


#d521dc Border Color

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

This div border color is #d521dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d521dc


Comments

No comments written yet.

Please login to write comment.