Color Hex Logo

#db0fcc Color Hex

#DB0FCC
(219,15,204)
0 Favorites   0 Comments

Color spaces of #db0fcc

RGB 21915204
HSL0.850.870.46
HSV304°93°86°
CMYK 0.000.930.07   0.14
XYZ40.283319.761458.8179
Yxy19.76140.33890.1663
Hunter Lab44.453883.9596-47.3304
CIE-Lab51.566484.3426-46.3908

#db0fcc color RGB value is (219,15,204).

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

The process color (four color CMYK) of #db0fcc color hex is 0.00, 0.93, 0.07, 0.14. Web safe color of #db0fcc is #cc00cc. Color #db0fcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00001111 11001100
Octal 333 17 314
Decimal 219 15 204
Hex DB F CC

RGB Percentages of Color #db0fcc

%50.00
%3.42
%46.58

CMYK Percentages of Color #db0fcc

%0
%93
%7
%14

Triadic Colors of #db0fcc

#db0fcc #ccdb0f #0fccdb

Analogous Colors of #db0fcc

#db0fcc #db0f66 #840fdb

Monochromatic Colors of #db0fcc

#db0fcc

Complementary Color

#db0fcc #0fdb1e

#db0fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db0fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db0fcc Color CSS Codes

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

#db0fcc Text Font Color

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

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


#db0fcc Background Color

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

This div background color is #db0fcc


#db0fcc Border Color

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

This div border color is #db0fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db0fcc


Comments

No comments written yet.

Please login to write comment.