Color Hex Logo

#db3cbd Color Hex

#DB3CBD
(219,60,189)
0 Favorites   0 Comments

Color spaces of #db3cbd

RGB 21960189
HSL0.860.690.55
HSV311°73°86°
CMYK 0.000.730.14   0.14
XYZ40.014621.965950.2750
Yxy21.96590.35650.1957
Hunter Lab46.867870.3804-30.7928
CIE-Lab53.990873.0555-33.9088

#db3cbd color RGB value is (219,60,189).

#db3cbd hex color red value is 219, green value is 60 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #db3cbd hue: 0.86 , saturation: 0.69 and the lightness value of db3cbd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111100 10111101
Octal 333 74 275
Decimal 219 60 189
Hex DB 3C BD

RGB Percentages of Color #db3cbd

%46.79
%12.82
%40.38

CMYK Percentages of Color #db3cbd

%0
%73
%14
%14

Triadic Colors of #db3cbd

#db3cbd #bddb3c #3cbddb

Analogous Colors of #db3cbd

#db3cbd #db3c6e #aa3cdb

Monochromatic Colors of #db3cbd

#db3cbd

Complementary Color

#db3cbd #3cdb5a

#db3cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db3cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db3cbd Color CSS Codes

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

#db3cbd Text Font Color

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

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


#db3cbd Background Color

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

This div background color is #db3cbd


#db3cbd Border Color

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

This div border color is #db3cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db3cbd


Comments

No comments written yet.

Please login to write comment.