Color Hex Logo

#d74475 Color Hex

#D74475
(215,68,117)
0 Favorites   0 Comments

Color spaces of #d74475

RGB 21568117
HSL0.940.650.55
HSV340°68°84°
CMYK 0.000.680.46   0.16
XYZ33.302319.865718.9089
Yxy19.86570.46200.2756
Hunter Lab44.571055.37166.0463
CIE-Lab51.685060.74575.1151

#d74475 color RGB value is (215,68,117).

#d74475 hex color red value is 215, green value is 68 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #d74475 hue: 0.94 , saturation: 0.65 and the lightness value of d74475 is 0.55.

The process color (four color CMYK) of #d74475 color hex is 0.00, 0.68, 0.46, 0.16. Web safe color of #d74475 is #cc3366. Color #d74475 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000100 01110101
Octal 327 104 165
Decimal 215 68 117
Hex D7 44 75

RGB Percentages of Color #d74475

%53.75
%17.00
%29.25

CMYK Percentages of Color #d74475

%0
%68
%46
%16

Triadic Colors of #d74475

#d74475 #75d744 #4475d7

Analogous Colors of #d74475

#d74475 #d75d44 #d744bf

Monochromatic Colors of #d74475

#d74475

Complementary Color

#d74475 #44d7a6

#d74475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74475 Color CSS Codes

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

#d74475 Text Font Color

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

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


#d74475 Background Color

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

This div background color is #d74475


#d74475 Border Color

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

This div border color is #d74475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74475


Comments

No comments written yet.

Please login to write comment.