Color Hex Logo

#d7356e Color Hex

#D7356E
(215,53,110)
0 Favorites   0 Comments

Color spaces of #d7356e

RGB 21553110
HSL0.940.670.53
HSV339°75°84°
CMYK 0.000.750.49   0.16
XYZ32.111918.119116.5567
Yxy18.11910.48080.2713
Hunter Lab42.566560.16776.7351
CIE-Lab49.640265.30836.4228

#d7356e color RGB value is (215,53,110).

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

The process color (four color CMYK) of #d7356e color hex is 0.00, 0.75, 0.49, 0.16. Web safe color of #d7356e is #cc3366. Color #d7356e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00110101 01101110
Octal 327 65 156
Decimal 215 53 110
Hex D7 35 6E

RGB Percentages of Color #d7356e

%56.88
%14.02
%29.10

CMYK Percentages of Color #d7356e

%0
%75
%49
%16

Triadic Colors of #d7356e

#d7356e #6ed735 #356ed7

Analogous Colors of #d7356e

#d7356e #d74d35 #d735bf

Monochromatic Colors of #d7356e

#d7356e

Complementary Color

#d7356e #35d79e

#d7356e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7356e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7356e Color CSS Codes

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

#d7356e Text Font Color

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

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


#d7356e Background Color

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

This div background color is #d7356e


#d7356e Border Color

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

This div border color is #d7356e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,53,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7356e


Comments

No comments written yet.

Please login to write comment.