Color Hex Logo

#d74bab Color Hex

#D74BAB
(215,75,171)
0 Favorites   0 Comments

Color spaces of #d74bab

RGB 21575171
HSL0.890.640.57
HSV319°65°84°
CMYK 0.000.650.20   0.16
XYZ37.891122.419540.8584
Yxy22.41950.37450.2216
Hunter Lab47.349259.9830-18.0178
CIE-Lab54.469364.2432-22.7583

#d74bab color RGB value is (215,75,171).

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

The process color (four color CMYK) of #d74bab color hex is 0.00, 0.65, 0.20, 0.16. Web safe color of #d74bab is #cc3399. Color #d74bab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001011 10101011
Octal 327 113 253
Decimal 215 75 171
Hex D7 4B AB

RGB Percentages of Color #d74bab

%46.64
%16.27
%37.09

CMYK Percentages of Color #d74bab

%0
%65
%20
%16

Triadic Colors of #d74bab

#d74bab #abd74b #4babd7

Analogous Colors of #d74bab

#d74bab #d74b65 #bd4bd7

Monochromatic Colors of #d74bab

#d74bab

Complementary Color

#d74bab #4bd777

#d74bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74bab Color CSS Codes

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

#d74bab Text Font Color

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

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


#d74bab Background Color

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

This div background color is #d74bab


#d74bab Border Color

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

This div border color is #d74bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74bab


Comments

No comments written yet.

Please login to write comment.