Color Hex Logo

#d6327f Color Hex

#D6327F
(214,50,127)
0 Favorites   0 Comments

Color spaces of #d6327f

RGB 21450127
HSL0.920.670.52
HSV332°77°84°
CMYK 0.000.770.41   0.16
XYZ32.702918.109721.8505
Yxy18.10970.45010.2492
Hunter Lab42.555562.7010-0.6541
CIE-Lab49.628967.4807-3.9396

#d6327f color RGB value is (214,50,127).

#d6327f hex color red value is 214, green value is 50 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #d6327f hue: 0.92 , saturation: 0.67 and the lightness value of d6327f is 0.52.

The process color (four color CMYK) of #d6327f color hex is 0.00, 0.77, 0.41, 0.16. Web safe color of #d6327f is #cc3366. Color #d6327f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00110010 01111111
Octal 326 62 177
Decimal 214 50 127
Hex D6 32 7F

RGB Percentages of Color #d6327f

%54.73
%12.79
%32.48

CMYK Percentages of Color #d6327f

%0
%77
%41
%16

Triadic Colors of #d6327f

#d6327f #7fd632 #327fd6

Analogous Colors of #d6327f

#d6327f #d63732 #d632d1

Monochromatic Colors of #d6327f

#d6327f

Complementary Color

#d6327f #32d689

#d6327f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6327f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6327f Color CSS Codes

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

#d6327f Text Font Color

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

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


#d6327f Background Color

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

This div background color is #d6327f


#d6327f Border Color

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

This div border color is #d6327f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6327f


Comments

No comments written yet.

Please login to write comment.