Color Hex Logo

#d532cd Color Hex

#D532CD
(213,50,205)
0 Favorites   0 Comments

Color spaces of #d532cd

RGB 21350205
HSL0.840.660.52
HSV303°77°84°
CMYK 0.000.770.04   0.16
XYZ39.600620.835159.6920
Yxy20.83510.32970.1734
Hunter Lab45.645574.9815-45.5835
CIE-Lab52.768577.0270-45.1210

#d532cd color RGB value is (213,50,205).

#d532cd hex color red value is 213, green value is 50 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d532cd hue: 0.84 , saturation: 0.66 and the lightness value of d532cd is 0.52.

The process color (four color CMYK) of #d532cd color hex is 0.00, 0.77, 0.04, 0.16. Web safe color of #d532cd is #cc33cc. Color #d532cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110010 11001101
Octal 325 62 315
Decimal 213 50 205
Hex D5 32 CD

RGB Percentages of Color #d532cd

%45.51
%10.68
%43.80

CMYK Percentages of Color #d532cd

%0
%77
%4
%16

Triadic Colors of #d532cd

#d532cd #cdd532 #32cdd5

Analogous Colors of #d532cd

#d532cd #d5327c #8c32d5

Monochromatic Colors of #d532cd

#d532cd

Complementary Color

#d532cd #32d53a

#d532cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d532cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d532cd Color CSS Codes

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

#d532cd Text Font Color

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

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


#d532cd Background Color

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

This div background color is #d532cd


#d532cd Border Color

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

This div border color is #d532cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d532cd


Comments

No comments written yet.

Please login to write comment.