Color Hex Logo

#d532ca Color Hex

#D532CA
(213,50,202)
0 Favorites   0 Comments

Color spaces of #d532ca

RGB 21350202
HSL0.840.660.52
HSV304°77°84°
CMYK 0.000.770.05   0.16
XYZ39.241820.691657.8027
Yxy20.69160.33330.1757
Hunter Lab45.488074.3851-43.4996
CIE-Lab52.610376.5778-43.6483

#d532ca color RGB value is (213,50,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110010 11001010
Octal 325 62 312
Decimal 213 50 202
Hex D5 32 CA

RGB Percentages of Color #d532ca

%45.81
%10.75
%43.44

CMYK Percentages of Color #d532ca

%0
%77
%5
%16

Triadic Colors of #d532ca

#d532ca #cad532 #32cad5

Analogous Colors of #d532ca

#d532ca #d53279 #8f32d5

Monochromatic Colors of #d532ca

#d532ca

Complementary Color

#d532ca #32d53d

#d532ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d532ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d532ca Color CSS Codes

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

#d532ca Text Font Color

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

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


#d532ca Background Color

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

This div background color is #d532ca


#d532ca Border Color

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

This div border color is #d532ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d532ca


Comments

No comments written yet.

Please login to write comment.