Color Hex Logo

#d5324a Color Hex

#D5324A
(213,50,74)
0 Favorites   0 Comments

Color spaces of #d5324a

RGB 2135074
HSL0.980.660.52
HSV351°77°84°
CMYK 0.000.770.65   0.16
XYZ29.817216.92188.1732
Yxy16.92180.54300.3082
Hunter Lab41.136157.396217.0151
CIE-Lab48.161463.182026.2557

#d5324a color RGB value is (213,50,74).

#d5324a hex color red value is 213, green value is 50 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #d5324a hue: 0.98 , saturation: 0.66 and the lightness value of d5324a is 0.52.

The process color (four color CMYK) of #d5324a color hex is 0.00, 0.77, 0.65, 0.16. Web safe color of #d5324a is #cc3333. Color #d5324a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110010 01001010
Octal 325 62 112
Decimal 213 50 74
Hex D5 32 4A

RGB Percentages of Color #d5324a

%63.20
%14.84
%21.96

CMYK Percentages of Color #d5324a

%0
%77
%65
%16

Triadic Colors of #d5324a

#d5324a #4ad532 #324ad5

Analogous Colors of #d5324a

#d5324a #d56c32 #d5329c

Monochromatic Colors of #d5324a

#d5324a

Complementary Color

#d5324a #32d5bd

#d5324a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5324a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5324a Color CSS Codes

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

#d5324a Text Font Color

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

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


#d5324a Background Color

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

This div background color is #d5324a


#d5324a Border Color

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

This div border color is #d5324a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5324a


Comments

No comments written yet.

Please login to write comment.