Color Hex Logo

#db5fcb Color Hex

#DB5FCB
(219,95,203)
0 Favorites   0 Comments

Color spaces of #db5fcb

RGB 21995203
HSL0.850.630.62
HSV308°57°86°
CMYK 0.000.570.07   0.14
XYZ44.085127.556359.4953
Yxy27.55630.33620.2101
Hunter Lab52.494158.0415-30.4517
CIE-Lab59.485761.6692-33.3596

#db5fcb color RGB value is (219,95,203).

#db5fcb hex color red value is 219, green value is 95 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #db5fcb hue: 0.85 , saturation: 0.63 and the lightness value of db5fcb is 0.62.

The process color (four color CMYK) of #db5fcb color hex is 0.00, 0.57, 0.07, 0.14. Web safe color of #db5fcb is #cc66cc. Color #db5fcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011111 11001011
Octal 333 137 313
Decimal 219 95 203
Hex DB 5F CB

RGB Percentages of Color #db5fcb

%42.36
%18.38
%39.26

CMYK Percentages of Color #db5fcb

%0
%57
%7
%14

Triadic Colors of #db5fcb

#db5fcb #cbdb5f #5fcbdb

Analogous Colors of #db5fcb

#db5fcb #db5f8d #ad5fdb

Monochromatic Colors of #db5fcb

#db5fcb

Complementary Color

#db5fcb #5fdb6f

#db5fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5fcb Color CSS Codes

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

#db5fcb Text Font Color

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

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


#db5fcb Background Color

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

This div background color is #db5fcb


#db5fcb Border Color

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

This div border color is #db5fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5fcb


Comments

No comments written yet.

Please login to write comment.