Color Hex Logo

#d527dc Color Hex

#D527DC
(213,39,220)
0 Favorites   0 Comments

Color spaces of #d527dc

RGB 21339220
HSL0.830.720.51
HSV298°82°86°
CMYK 0.030.820.00   0.14
XYZ41.084420.764569.5527
Yxy20.76450.31270.1580
Hunter Lab45.568181.1923-58.5995
CIE-Lab52.690881.9693-53.8131

#d527dc color RGB value is (213,39,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100111 11011100
Octal 325 47 334
Decimal 213 39 220
Hex D5 27 DC

RGB Percentages of Color #d527dc

%45.13
%8.26
%46.61

CMYK Percentages of Color #d527dc

%3
%82
%0
%14

Triadic Colors of #d527dc

#d527dc #dcd527 #27dcd5

Analogous Colors of #d527dc

#d527dc #dc2789 #7b27dc

Monochromatic Colors of #d527dc

#d527dc

Complementary Color

#d527dc #2edc27

#d527dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d527dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d527dc Color CSS Codes

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

#d527dc Text Font Color

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

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


#d527dc Background Color

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

This div background color is #d527dc


#d527dc Border Color

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

This div border color is #d527dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d527dc


Comments

No comments written yet.

Please login to write comment.