Color Hex Logo

#d75067 Color Hex

#D75067
(215,80,103)
0 Favorites   0 Comments

Color spaces of #d75067

RGB 21580103
HSL0.970.630.58
HSV350°63°84°
CMYK 0.000.630.52   0.16
XYZ33.341221.163715.1597
Yxy21.16370.47860.3038
Hunter Lab46.004048.860012.6650
CIE-Lab53.128254.662315.5276

#d75067 color RGB value is (215,80,103).

#d75067 hex color red value is 215, green value is 80 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #d75067 hue: 0.97 , saturation: 0.63 and the lightness value of d75067 is 0.58.

The process color (four color CMYK) of #d75067 color hex is 0.00, 0.63, 0.52, 0.16. Web safe color of #d75067 is #cc6666. Color #d75067 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010000 01100111
Octal 327 120 147
Decimal 215 80 103
Hex D7 50 67

RGB Percentages of Color #d75067

%54.02
%20.10
%25.88

CMYK Percentages of Color #d75067

%0
%63
%52
%16

Triadic Colors of #d75067

#d75067 #67d750 #5067d7

Analogous Colors of #d75067

#d75067 #d77d50 #d750ab

Monochromatic Colors of #d75067

#d75067

Complementary Color

#d75067 #50d7c0

#d75067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d75067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d75067 Color CSS Codes

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

#d75067 Text Font Color

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

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


#d75067 Background Color

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

This div background color is #d75067


#d75067 Border Color

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

This div border color is #d75067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d75067


Comments

No comments written yet.

Please login to write comment.