Color Hex Logo

#d7275e Color Hex

#D7275E
(215,39,94)
0 Favorites   0 Comments

Color spaces of #d7275e

RGB 2153994
HSL0.950.690.50
HSV341°82°84°
CMYK 0.000.820.56   0.16
XYZ30.770216.706312.1925
Yxy16.70630.51570.2800
Hunter Lab40.873362.849710.9252
CIE-Lab47.887867.942713.7520

#d7275e color RGB value is (215,39,94).

#d7275e hex color red value is 215, green value is 39 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #d7275e hue: 0.95 , saturation: 0.69 and the lightness value of d7275e is 0.50.

The process color (four color CMYK) of #d7275e color hex is 0.00, 0.82, 0.56, 0.16. Web safe color of #d7275e is #cc3366. Color #d7275e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100111 01011110
Octal 327 47 136
Decimal 215 39 94
Hex D7 27 5E

RGB Percentages of Color #d7275e

%61.78
%11.21
%27.01

CMYK Percentages of Color #d7275e

%0
%82
%56
%16

Triadic Colors of #d7275e

#d7275e #5ed727 #275ed7

Analogous Colors of #d7275e

#d7275e #d74827 #d727b6

Monochromatic Colors of #d7275e

#d7275e

Complementary Color

#d7275e #27d7a0

#d7275e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7275e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7275e Color CSS Codes

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

#d7275e Text Font Color

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

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


#d7275e Background Color

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

This div background color is #d7275e


#d7275e Border Color

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

This div border color is #d7275e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7275e


Comments

No comments written yet.

Please login to write comment.