Color Hex Logo

#db8fcb Color Hex

#DB8FCB
(219,143,203)
0 Favorites   0 Comments

Color spaces of #db8fcb

RGB 219143203
HSL0.870.510.71
HSV313°35°86°
CMYK 0.000.350.07   0.14
XYZ49.815439.016861.4053
Yxy39.01680.33160.2597
Hunter Lab62.463433.0451-14.5612
CIE-Lab68.763437.7703-19.0949

#db8fcb color RGB value is (219,143,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001111 11001011
Octal 333 217 313
Decimal 219 143 203
Hex DB 8F CB

RGB Percentages of Color #db8fcb

%38.76
%25.31
%35.93

CMYK Percentages of Color #db8fcb

%0
%35
%7
%14

Triadic Colors of #db8fcb

#db8fcb #cbdb8f #8fcbdb

Analogous Colors of #db8fcb

#db8fcb #db8fa5 #c58fdb

Monochromatic Colors of #db8fcb

#db8fcb

Complementary Color

#db8fcb #8fdb9f

#db8fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8fcb Color CSS Codes

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

#db8fcb Text Font Color

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

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


#db8fcb Background Color

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

This div background color is #db8fcb


#db8fcb Border Color

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

This div border color is #db8fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8fcb


Comments

No comments written yet.

Please login to write comment.