Color Hex Logo

#d74bac Color Hex

#D74BAC
(215,75,172)
0 Favorites   0 Comments

Color spaces of #d74bac

RGB 21575172
HSL0.880.640.57
HSV318°65°84°
CMYK 0.000.650.20   0.16
XYZ37.986822.457841.3624
Yxy22.45780.37310.2206
Hunter Lab47.389760.1509-18.5764
CIE-Lab54.509464.3799-23.2798

#d74bac color RGB value is (215,75,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001011 10101100
Octal 327 113 254
Decimal 215 75 172
Hex D7 4B AC

RGB Percentages of Color #d74bac

%46.54
%16.23
%37.23

CMYK Percentages of Color #d74bac

%0
%65
%20
%16

Triadic Colors of #d74bac

#d74bac #acd74b #4bacd7

Analogous Colors of #d74bac

#d74bac #d74b66 #bc4bd7

Monochromatic Colors of #d74bac

#d74bac

Complementary Color

#d74bac #4bd776

#d74bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74bac Color CSS Codes

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

#d74bac Text Font Color

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

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


#d74bac Background Color

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

This div background color is #d74bac


#d74bac Border Color

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

This div border color is #d74bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74bac


Comments

No comments written yet.

Please login to write comment.