Color Hex Logo

#d6325d Color Hex

#D6325D
(214,50,93)
0 Favorites   0 Comments

Color spaces of #d6325d

RGB 2145093
HSL0.960.670.52
HSV344°77°84°
CMYK 0.000.770.57   0.16
XYZ30.847917.367712.0824
Yxy17.36770.51160.2880
Hunter Lab41.674659.196811.9827
CIE-Lab48.720064.644315.4779

#d6325d color RGB value is (214,50,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00110010 01011101
Octal 326 62 135
Decimal 214 50 93
Hex D6 32 5D

RGB Percentages of Color #d6325d

%59.94
%14.01
%26.05

CMYK Percentages of Color #d6325d

%0
%77
%57
%16

Triadic Colors of #d6325d

#d6325d #5dd632 #325dd6

Analogous Colors of #d6325d

#d6325d #d65932 #d632af

Monochromatic Colors of #d6325d

#d6325d

Complementary Color

#d6325d #32d6ab

#d6325d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6325d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6325d Color CSS Codes

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

#d6325d Text Font Color

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

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


#d6325d Background Color

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

This div background color is #d6325d


#d6325d Border Color

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

This div border color is #d6325d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6325d


Comments

No comments written yet.

Please login to write comment.