Color Hex Logo

#d74296 Color Hex

#D74296
(215,66,150)
0 Favorites   0 Comments

Color spaces of #d74296

RGB 21566150
HSL0.910.650.55
HSV326°69°84°
CMYK 0.000.690.30   0.16
XYZ35.477620.545530.9500
Yxy20.54550.40790.2362
Hunter Lab45.327160.3896-8.7550
CIE-Lab52.448464.9687-13.4868

#d74296 color RGB value is (215,66,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000010 10010110
Octal 327 102 226
Decimal 215 66 150
Hex D7 42 96

RGB Percentages of Color #d74296

%49.88
%15.31
%34.80

CMYK Percentages of Color #d74296

%0
%69
%30
%16

Triadic Colors of #d74296

#d74296 #96d742 #4296d7

Analogous Colors of #d74296

#d74296 #d7424c #ce42d7

Monochromatic Colors of #d74296

#d74296

Complementary Color

#d74296 #42d783

#d74296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74296 Color CSS Codes

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

#d74296 Text Font Color

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

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


#d74296 Background Color

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

This div background color is #d74296


#d74296 Border Color

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

This div border color is #d74296


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,66,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 #d74296">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74296


Comments

No comments written yet.

Please login to write comment.