Color Hex Logo

#d74696 Color Hex

#D74696
(215,70,150)
0 Favorites   0 Comments

Color spaces of #d74696

RGB 21570150
HSL0.910.640.56
HSV327°67°84°
CMYK 0.000.670.30   0.16
XYZ35.719521.029431.0306
Yxy21.02940.40690.2396
Hunter Lab45.857858.7857-8.0193
CIE-Lab52.981763.4867-12.6815

#d74696 color RGB value is (215,70,150).

#d74696 hex color red value is 215, green value is 70 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #d74696 hue: 0.91 , saturation: 0.64 and the lightness value of d74696 is 0.56.

The process color (four color CMYK) of #d74696 color hex is 0.00, 0.67, 0.30, 0.16. Web safe color of #d74696 is #cc3399. Color #d74696 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000110 10010110
Octal 327 106 226
Decimal 215 70 150
Hex D7 46 96

RGB Percentages of Color #d74696

%49.43
%16.09
%34.48

CMYK Percentages of Color #d74696

%0
%67
%30
%16

Triadic Colors of #d74696

#d74696 #96d746 #4696d7

Analogous Colors of #d74696

#d74696 #d7464d #d046d7

Monochromatic Colors of #d74696

#d74696

Complementary Color

#d74696 #46d787

#d74696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74696 Color CSS Codes

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

#d74696 Text Font Color

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

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


#d74696 Background Color

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

This div background color is #d74696


#d74696 Border Color

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

This div border color is #d74696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74696


Comments

No comments written yet.

Please login to write comment.