Color Hex Logo

#d325af Color Hex

#D325AF
(211,37,175)
0 Favorites   0 Comments

Color spaces of #d325af

RGB 21137175
HSL0.870.700.49
HSV312°82°83°
CMYK 0.000.820.17   0.17
XYZ35.263418.267242.2248
Yxy18.26720.36830.1908
Hunter Lab42.740172.4789-28.6570
CIE-Lab49.818675.5782-32.3672

#d325af color RGB value is (211,37,175).

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

The process color (four color CMYK) of #d325af color hex is 0.00, 0.82, 0.17, 0.17. Web safe color of #d325af is #cc3399. Color #d325af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00100101 10101111
Octal 323 45 257
Decimal 211 37 175
Hex D3 25 AF

RGB Percentages of Color #d325af

%49.88
%8.75
%41.37

CMYK Percentages of Color #d325af

%0
%82
%17
%17

Triadic Colors of #d325af

#d325af #afd325 #25afd3

Analogous Colors of #d325af

#d325af #d32558 #a025d3

Monochromatic Colors of #d325af

#d325af

Complementary Color

#d325af #25d349

#d325af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d325af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d325af Color CSS Codes

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

#d325af Text Font Color

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

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


#d325af Background Color

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

This div background color is #d325af


#d325af Border Color

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

This div border color is #d325af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d325af


Comments

No comments written yet.

Please login to write comment.