Color Hex Logo

#db4ccb Color Hex

#DB4CCB
(219,76,203)
0 Favorites   0 Comments

Color spaces of #db4ccb

RGB 21976203
HSL0.850.670.58
HSV307°65°86°
CMYK 0.000.650.07   0.14
XYZ42.577424.540758.9927
Yxy24.54070.33760.1946
Hunter Lab49.538666.7246-35.9281
CIE-Lab56.625169.5359-37.8300

#db4ccb color RGB value is (219,76,203).

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

The process color (four color CMYK) of #db4ccb color hex is 0.00, 0.65, 0.07, 0.14. Web safe color of #db4ccb is #cc33cc. Color #db4ccb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001100 11001011
Octal 333 114 313
Decimal 219 76 203
Hex DB 4C CB

RGB Percentages of Color #db4ccb

%43.98
%15.26
%40.76

CMYK Percentages of Color #db4ccb

%0
%65
%7
%14

Triadic Colors of #db4ccb

#db4ccb #cbdb4c #4ccbdb

Analogous Colors of #db4ccb

#db4ccb #db4c84 #a44cdb

Monochromatic Colors of #db4ccb

#db4ccb

Complementary Color

#db4ccb #4cdb5c

#db4ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4ccb Color CSS Codes

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

#db4ccb Text Font Color

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

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


#db4ccb Background Color

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

This div background color is #db4ccb


#db4ccb Border Color

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

This div border color is #db4ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4ccb


Comments

No comments written yet.

Please login to write comment.