Color Hex Logo

#d7354a Color Hex

#D7354A
(215,53,74)
0 Favorites   0 Comments

Color spaces of #d7354a

RGB 2155374
HSL0.980.670.53
HSV352°75°84°
CMYK 0.000.750.66   0.16
XYZ30.533517.48778.2447
Yxy17.48770.54270.3108
Hunter Lab41.818357.149217.5835
CIE-Lab48.868862.831927.2301

#d7354a color RGB value is (215,53,74).

#d7354a hex color red value is 215, green value is 53 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #d7354a hue: 0.98 , saturation: 0.67 and the lightness value of d7354a is 0.53.

The process color (four color CMYK) of #d7354a color hex is 0.00, 0.75, 0.66, 0.16. Web safe color of #d7354a is #cc3333. Color #d7354a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00110101 01001010
Octal 327 65 112
Decimal 215 53 74
Hex D7 35 4A

RGB Percentages of Color #d7354a

%62.87
%15.50
%21.64

CMYK Percentages of Color #d7354a

%0
%75
%66
%16

Triadic Colors of #d7354a

#d7354a #4ad735 #354ad7

Analogous Colors of #d7354a

#d7354a #d77135 #d7359b

Monochromatic Colors of #d7354a

#d7354a

Complementary Color

#d7354a #35d7c2

#d7354a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7354a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7354a Color CSS Codes

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

#d7354a Text Font Color

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

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


#d7354a Background Color

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

This div background color is #d7354a


#d7354a Border Color

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

This div border color is #d7354a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7354a


Comments

No comments written yet.

Please login to write comment.