Color Hex Logo

#db8fcc Color Hex

#DB8FCC
(219,143,204)
0 Favorites   0 Comments

Color spaces of #db8fcc

RGB 219143204
HSL0.870.510.71
HSV312°35°86°
CMYK 0.000.350.07   0.14
XYZ49.935039.064662.0351
Yxy39.06460.33060.2586
Hunter Lab62.501733.2326-15.0962
CIE-Lab68.798037.9436-19.5983

#db8fcc color RGB value is (219,143,204).

#db8fcc hex color red value is 219, green value is 143 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #db8fcc hue: 0.87 , saturation: 0.51 and the lightness value of db8fcc is 0.71.

The process color (four color CMYK) of #db8fcc color hex is 0.00, 0.35, 0.07, 0.14. Web safe color of #db8fcc is #cc99cc. Color #db8fcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001111 11001100
Octal 333 217 314
Decimal 219 143 204
Hex DB 8F CC

RGB Percentages of Color #db8fcc

%38.69
%25.27
%36.04

CMYK Percentages of Color #db8fcc

%0
%35
%7
%14

Triadic Colors of #db8fcc

#db8fcc #ccdb8f #8fccdb

Analogous Colors of #db8fcc

#db8fcc #db8fa6 #c48fdb

Monochromatic Colors of #db8fcc

#db8fcc

Complementary Color

#db8fcc #8fdb9e

#db8fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8fcc Color CSS Codes

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

#db8fcc Text Font Color

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

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


#db8fcc Background Color

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

This div background color is #db8fcc


#db8fcc Border Color

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

This div border color is #db8fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8fcc


Comments

No comments written yet.

Please login to write comment.