Color Hex Logo

#d525af Color Hex

#D525AF
(213,37,175)
0 Favorites   0 Comments

Color spaces of #d525af

RGB 21337175
HSL0.870.700.49
HSV313°83°84°
CMYK 0.000.830.18   0.16
XYZ35.840018.564442.2518
Yxy18.56440.37080.1921
Hunter Lab43.086473.0780-27.9810
CIE-Lab50.173675.9956-31.7862

#d525af color RGB value is (213,37,175).

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

The process color (four color CMYK) of #d525af color hex is 0.00, 0.83, 0.18, 0.16. Web safe color of #d525af is #cc3399. Color #d525af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100101 10101111
Octal 325 45 257
Decimal 213 37 175
Hex D5 25 AF

RGB Percentages of Color #d525af

%50.12
%8.71
%41.18

CMYK Percentages of Color #d525af

%0
%83
%18
%16

Triadic Colors of #d525af

#d525af #afd525 #25afd5

Analogous Colors of #d525af

#d525af #d52557 #a325d5

Monochromatic Colors of #d525af

#d525af

Complementary Color

#d525af #25d54b

#d525af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d525af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d525af Color CSS Codes

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

#d525af Text Font Color

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

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


#d525af Background Color

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

This div background color is #d525af


#d525af Border Color

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

This div border color is #d525af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d525af


Comments

No comments written yet.

Please login to write comment.