Color Hex Logo

#d525ca Color Hex

#D525CA
(213,37,202)
0 Favorites   0 Comments

Color spaces of #d525ca

RGB 21337202
HSL0.840.700.49
HSV304°83°84°
CMYK 0.000.830.05   0.16
XYZ38.762819.733557.6430
Yxy19.73350.33380.1699
Hunter Lab44.422478.0191-45.8397
CIE-Lab51.534679.6936-45.3538

#d525ca color RGB value is (213,37,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100101 11001010
Octal 325 45 312
Decimal 213 37 202
Hex D5 25 CA

RGB Percentages of Color #d525ca

%47.12
%8.19
%44.69

CMYK Percentages of Color #d525ca

%0
%83
%5
%16

Triadic Colors of #d525ca

#d525ca #cad525 #25cad5

Analogous Colors of #d525ca

#d525ca #d52572 #8825d5

Monochromatic Colors of #d525ca

#d525ca

Complementary Color

#d525ca #25d530

#d525ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d525ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d525ca Color CSS Codes

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

#d525ca Text Font Color

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

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


#d525ca Background Color

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

This div background color is #d525ca


#d525ca Border Color

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

This div border color is #d525ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d525ca


Comments

No comments written yet.

Please login to write comment.