Color Hex Logo

#db8ac8 Color Hex

#DB8AC8
(219,138,200)
0 Favorites   0 Comments

Color spaces of #db8ac8

RGB 219138200
HSL0.870.530.70
HSV314°37°86°
CMYK 0.000.370.09   0.14
XYZ48.727237.407259.2957
Yxy37.40720.33510.2572
Hunter Lab61.161435.1781-14.6684
CIE-Lab67.581439.9082-19.2185

#db8ac8 color RGB value is (219,138,200).

#db8ac8 hex color red value is 219, green value is 138 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #db8ac8 hue: 0.87 , saturation: 0.53 and the lightness value of db8ac8 is 0.70.

The process color (four color CMYK) of #db8ac8 color hex is 0.00, 0.37, 0.09, 0.14. Web safe color of #db8ac8 is #cc99cc. Color #db8ac8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001010 11001000
Octal 333 212 310
Decimal 219 138 200
Hex DB 8A C8

RGB Percentages of Color #db8ac8

%39.32
%24.78
%35.91

CMYK Percentages of Color #db8ac8

%0
%37
%9
%14

Triadic Colors of #db8ac8

#db8ac8 #c8db8a #8ac8db

Analogous Colors of #db8ac8

#db8ac8 #db8aa0 #c68adb

Monochromatic Colors of #db8ac8

#db8ac8

Complementary Color

#db8ac8 #8adb9d

#db8ac8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8ac8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8ac8 Color CSS Codes

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

#db8ac8 Text Font Color

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

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


#db8ac8 Background Color

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

This div background color is #db8ac8


#db8ac8 Border Color

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

This div border color is #db8ac8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,138,200, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #db8ac8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #db8ac8;
  -webkit-box-shadow: 1px 1px 3px 2px #db8ac8;
  box-shadow:         1px 1px 3px 2px #db8ac8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,138,200, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8ac8


Comments

No comments written yet.

Please login to write comment.