Color Hex Logo

#d374ab Color Hex

#D374AB
(211,116,171)
0 Favorites   0 Comments

Color spaces of #d374ab

RGB 211116171
HSL0.900.520.64
HSV325°45°83°
CMYK 0.000.450.19   0.17
XYZ40.460029.279942.0472
Yxy29.27990.36190.2619
Hunter Lab54.110938.7746-8.1940
CIE-Lab61.027944.1086-12.8361

#d374ab color RGB value is (211,116,171).

#d374ab hex color red value is 211, green value is 116 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d374ab hue: 0.90 , saturation: 0.52 and the lightness value of d374ab is 0.64.

The process color (four color CMYK) of #d374ab color hex is 0.00, 0.45, 0.19, 0.17. Web safe color of #d374ab is #cc6699. Color #d374ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01110100 10101011
Octal 323 164 253
Decimal 211 116 171
Hex D3 74 AB

RGB Percentages of Color #d374ab

%42.37
%23.29
%34.34

CMYK Percentages of Color #d374ab

%0
%45
%19
%17

Triadic Colors of #d374ab

#d374ab #abd374 #74abd3

Analogous Colors of #d374ab

#d374ab #d3747c #cc74d3

Monochromatic Colors of #d374ab

#d374ab

Complementary Color

#d374ab #74d39c

#d374ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d374ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d374ab Color CSS Codes

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

#d374ab Text Font Color

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

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


#d374ab Background Color

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

This div background color is #d374ab


#d374ab Border Color

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

This div border color is #d374ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d374ab


Comments

No comments written yet.

Please login to write comment.