Color Hex Logo

#d7075f Color Hex

#D7075F
(215,7,95)
0 Favorites   0 Comments

Color spaces of #d7075f

RGB 215795
HSL0.930.940.44
HSV335°97°84°
CMYK 0.000.970.56   0.16
XYZ30.165915.425312.2139
Yxy15.42530.52190.2669
Hunter Lab39.275168.36879.0543
CIE-Lab46.211372.906710.8051

#d7075f color RGB value is (215,7,95).

#d7075f hex color red value is 215, green value is 7 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #d7075f hue: 0.93 , saturation: 0.94 and the lightness value of d7075f is 0.44.

The process color (four color CMYK) of #d7075f color hex is 0.00, 0.97, 0.56, 0.16. Web safe color of #d7075f is #cc0066. Color #d7075f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00000111 01011111
Octal 327 7 137
Decimal 215 7 95
Hex D7 7 5F

RGB Percentages of Color #d7075f

%67.82
%2.21
%29.97

CMYK Percentages of Color #d7075f

%0
%97
%56
%16

Triadic Colors of #d7075f

#d7075f #5fd707 #075fd7

Analogous Colors of #d7075f

#d7075f #d71707 #d707c7

Monochromatic Colors of #d7075f

#d7075f

Complementary Color

#d7075f #07d77f

#d7075f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7075f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7075f Color CSS Codes

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

#d7075f Text Font Color

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

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


#d7075f Background Color

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

This div background color is #d7075f


#d7075f Border Color

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

This div border color is #d7075f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7075f


Comments

No comments written yet.

Please login to write comment.