Color Hex Logo

#d55074 Color Hex

#D55074
(213,80,116)
0 Favorites   0 Comments

Color spaces of #d55074

RGB 21380116
HSL0.950.610.57
HSV344°62°84°
CMYK 0.000.620.46   0.16
XYZ33.461621.144418.8407
Yxy21.14440.45560.2879
Hunter Lab45.983049.42317.8951
CIE-Lab53.107255.17697.7014

#d55074 color RGB value is (213,80,116).

#d55074 hex color red value is 213, green value is 80 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #d55074 hue: 0.95 , saturation: 0.61 and the lightness value of d55074 is 0.57.

The process color (four color CMYK) of #d55074 color hex is 0.00, 0.62, 0.46, 0.16. Web safe color of #d55074 is #cc6666. Color #d55074 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010000 01110100
Octal 325 120 164
Decimal 213 80 116
Hex D5 50 74

RGB Percentages of Color #d55074

%52.08
%19.56
%28.36

CMYK Percentages of Color #d55074

%0
%62
%46
%16

Triadic Colors of #d55074

#d55074 #74d550 #5074d5

Analogous Colors of #d55074

#d55074 #d56f50 #d550b7

Monochromatic Colors of #d55074

#d55074

Complementary Color

#d55074 #50d5b1

#d55074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55074 Color CSS Codes

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

#d55074 Text Font Color

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

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


#d55074 Background Color

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

This div background color is #d55074


#d55074 Border Color

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

This div border color is #d55074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55074


Comments

No comments written yet.

Please login to write comment.