Color Hex Logo

#d327af Color Hex

#D327AF
(211,39,175)
0 Favorites   0 Comments

Color spaces of #d327af

RGB 21139175
HSL0.870.690.49
HSV313°82°83°
CMYK 0.000.820.17   0.17
XYZ35.327418.395142.2461
Yxy18.39510.36810.1917
Hunter Lab42.889571.9709-28.3779
CIE-Lab49.971975.1348-32.1275

#d327af color RGB value is (211,39,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00100111 10101111
Octal 323 47 257
Decimal 211 39 175
Hex D3 27 AF

RGB Percentages of Color #d327af

%49.65
%9.18
%41.18

CMYK Percentages of Color #d327af

%0
%82
%17
%17

Triadic Colors of #d327af

#d327af #afd327 #27afd3

Analogous Colors of #d327af

#d327af #d32759 #a127d3

Monochromatic Colors of #d327af

#d327af

Complementary Color

#d327af #27d34b

#d327af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d327af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d327af Color CSS Codes

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

#d327af Text Font Color

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

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


#d327af Background Color

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

This div background color is #d327af


#d327af Border Color

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

This div border color is #d327af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d327af


Comments

No comments written yet.

Please login to write comment.