Color Hex Logo

#d0488f Color Hex

#D0488F
(208,72,143)
0 Favorites   0 Comments

Color spaces of #d0488f

RGB 20872143
HSL0.910.590.55
HSV329°65°82°
CMYK 0.000.650.31   0.18
XYZ33.287720.027828.0979
Yxy20.02780.40890.2460
Hunter Lab44.752454.4549-5.8986
CIE-Lab51.868659.9028-10.3163

#d0488f color RGB value is (208,72,143).

#d0488f hex color red value is 208, green value is 72 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #d0488f hue: 0.91 , saturation: 0.59 and the lightness value of d0488f is 0.55.

The process color (four color CMYK) of #d0488f color hex is 0.00, 0.65, 0.31, 0.18. Web safe color of #d0488f is #cc3399. Color #d0488f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001000 10001111
Octal 320 110 217
Decimal 208 72 143
Hex D0 48 8F

RGB Percentages of Color #d0488f

%49.17
%17.02
%33.81

CMYK Percentages of Color #d0488f

%0
%65
%31
%18

Triadic Colors of #d0488f

#d0488f #8fd048 #488fd0

Analogous Colors of #d0488f

#d0488f #d0484b #cd48d0

Monochromatic Colors of #d0488f

#d0488f

Complementary Color

#d0488f #48d089

#d0488f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0488f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0488f Color CSS Codes

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

#d0488f Text Font Color

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

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


#d0488f Background Color

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

This div background color is #d0488f


#d0488f Border Color

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

This div border color is #d0488f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0488f


Comments

No comments written yet.

Please login to write comment.