Color Hex Logo

#d04486 Color Hex

#D04486
(208,68,134)
0 Favorites   0 Comments

Color spaces of #d04486

RGB 20868134
HSL0.920.600.54
HSV332°67°82°
CMYK 0.000.670.36   0.18
XYZ32.382619.265424.5661
Yxy19.26540.42490.2528
Hunter Lab43.892454.8808-2.4593
CIE-Lab50.996360.4392-6.2447

#d04486 color RGB value is (208,68,134).

#d04486 hex color red value is 208, green value is 68 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #d04486 hue: 0.92 , saturation: 0.60 and the lightness value of d04486 is 0.54.

The process color (four color CMYK) of #d04486 color hex is 0.00, 0.67, 0.36, 0.18. Web safe color of #d04486 is #cc3399. Color #d04486 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000100 10000110
Octal 320 104 206
Decimal 208 68 134
Hex D0 44 86

RGB Percentages of Color #d04486

%50.73
%16.59
%32.68

CMYK Percentages of Color #d04486

%0
%67
%36
%18

Triadic Colors of #d04486

#d04486 #86d044 #4486d0

Analogous Colors of #d04486

#d04486 #d04844 #d044cc

Monochromatic Colors of #d04486

#d04486

Complementary Color

#d04486 #44d08e

#d04486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04486 Color CSS Codes

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

#d04486 Text Font Color

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

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


#d04486 Background Color

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

This div background color is #d04486


#d04486 Border Color

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

This div border color is #d04486


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,68,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04486


Comments

No comments written yet.

Please login to write comment.