Color Hex Logo

#d74eab Color Hex

#D74EAB
(215,78,171)
0 Favorites   0 Comments

Color spaces of #d74eab

RGB 21578171
HSL0.890.630.57
HSV319°64°84°
CMYK 0.000.640.20   0.16
XYZ38.099422.836140.9278
Yxy22.83610.37400.2242
Hunter Lab47.787158.6858-17.3286
CIE-Lab54.903163.0464-22.0919

#d74eab color RGB value is (215,78,171).

#d74eab hex color red value is 215, green value is 78 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d74eab hue: 0.89 , saturation: 0.63 and the lightness value of d74eab is 0.57.

The process color (four color CMYK) of #d74eab color hex is 0.00, 0.64, 0.20, 0.16. Web safe color of #d74eab is #cc6699. Color #d74eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001110 10101011
Octal 327 116 253
Decimal 215 78 171
Hex D7 4E AB

RGB Percentages of Color #d74eab

%46.34
%16.81
%36.85

CMYK Percentages of Color #d74eab

%0
%64
%20
%16

Triadic Colors of #d74eab

#d74eab #abd74e #4eabd7

Analogous Colors of #d74eab

#d74eab #d74e67 #bf4ed7

Monochromatic Colors of #d74eab

#d74eab

Complementary Color

#d74eab #4ed77a

#d74eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74eab Color CSS Codes

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

#d74eab Text Font Color

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

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


#d74eab Background Color

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

This div background color is #d74eab


#d74eab Border Color

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

This div border color is #d74eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74eab


Comments

No comments written yet.

Please login to write comment.