Color Hex Logo

#d0468f Color Hex

#D0468F
(208,70,143)
0 Favorites   0 Comments

Color spaces of #d0468f

RGB 20870143
HSL0.910.590.55
HSV328°66°82°
CMYK 0.000.660.31   0.18
XYZ33.160519.773428.0555
Yxy19.77340.40940.2441
Hunter Lab44.467355.2947-6.2804
CIE-Lab51.580060.6972-10.7497

#d0468f color RGB value is (208,70,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000110 10001111
Octal 320 106 217
Decimal 208 70 143
Hex D0 46 8F

RGB Percentages of Color #d0468f

%49.41
%16.63
%33.97

CMYK Percentages of Color #d0468f

%0
%66
%31
%18

Triadic Colors of #d0468f

#d0468f #8fd046 #468fd0

Analogous Colors of #d0468f

#d0468f #d0464a #cc46d0

Monochromatic Colors of #d0468f

#d0468f

Complementary Color

#d0468f #46d087

#d0468f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0468f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0468f Color CSS Codes

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

#d0468f Text Font Color

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

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


#d0468f Background Color

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

This div background color is #d0468f


#d0468f Border Color

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

This div border color is #d0468f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0468f


Comments

No comments written yet.

Please login to write comment.