Color Hex Logo

#d74acb Color Hex

#D74ACB
(215,74,203)
0 Favorites   0 Comments

Color spaces of #d74acb

RGB 21574203
HSL0.850.640.57
HSV305°66°84°
CMYK 0.000.660.06   0.16
XYZ41.252623.656458.8918
Yxy23.65640.33320.1911
Hunter Lab48.637866.2801-37.7432
CIE-Lab55.742169.3322-39.2594

#d74acb color RGB value is (215,74,203).

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

The process color (four color CMYK) of #d74acb color hex is 0.00, 0.66, 0.06, 0.16. Web safe color of #d74acb is #cc33cc. Color #d74acb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001010 11001011
Octal 327 112 313
Decimal 215 74 203
Hex D7 4A CB

RGB Percentages of Color #d74acb

%43.70
%15.04
%41.26

CMYK Percentages of Color #d74acb

%0
%66
%6
%16

Triadic Colors of #d74acb

#d74acb #cbd74a #4acbd7

Analogous Colors of #d74acb

#d74acb #d74a85 #9d4ad7

Monochromatic Colors of #d74acb

#d74acb

Complementary Color

#d74acb #4ad756

#d74acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74acb Color CSS Codes

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

#d74acb Text Font Color

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

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


#d74acb Background Color

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

This div background color is #d74acb


#d74acb Border Color

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

This div border color is #d74acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74acb


Comments

No comments written yet.

Please login to write comment.