Color Hex Logo

#d074ab Color Hex

#D074AB
(208,116,171)
0 Favorites   0 Comments

Color spaces of #d074ab

RGB 208116171
HSL0.900.490.64
HSV324°44°82°
CMYK 0.000.440.18   0.18
XYZ39.608528.841042.0073
Yxy28.84100.35860.2611
Hunter Lab53.703837.6685-8.7842
CIE-Lab60.641043.1186-13.4570

#d074ab color RGB value is (208,116,171).

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

The process color (four color CMYK) of #d074ab color hex is 0.00, 0.44, 0.18, 0.18. Web safe color of #d074ab is #cc6699. Color #d074ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110100 10101011
Octal 320 164 253
Decimal 208 116 171
Hex D0 74 AB

RGB Percentages of Color #d074ab

%42.02
%23.43
%34.55

CMYK Percentages of Color #d074ab

%0
%44
%18
%18

Triadic Colors of #d074ab

#d074ab #abd074 #74abd0

Analogous Colors of #d074ab

#d074ab #d0747d #c774d0

Monochromatic Colors of #d074ab

#d074ab

Complementary Color

#d074ab #74d099

#d074ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d074ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d074ab Color CSS Codes

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

#d074ab Text Font Color

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

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


#d074ab Background Color

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

This div background color is #d074ab


#d074ab Border Color

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

This div border color is #d074ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d074ab


Comments

No comments written yet.

Please login to write comment.