Color Hex Logo

#db33bc Color Hex

#DB33BC
(219,51,188)
0 Favorites   0 Comments

Color spaces of #db33bc

RGB 21951188
HSL0.860.700.53
HSV311°77°86°
CMYK 0.000.770.14   0.14
XYZ39.474321.058649.5611
Yxy21.05860.35860.1913
Hunter Lab45.889773.2389-31.9108
CIE-Lab53.013675.5734-34.8585

#db33bc color RGB value is (219,51,188).

#db33bc hex color red value is 219, green value is 51 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #db33bc hue: 0.86 , saturation: 0.70 and the lightness value of db33bc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110011 10111100
Octal 333 63 274
Decimal 219 51 188
Hex DB 33 BC

RGB Percentages of Color #db33bc

%47.82
%11.14
%41.05

CMYK Percentages of Color #db33bc

%0
%77
%14
%14

Triadic Colors of #db33bc

#db33bc #bcdb33 #33bcdb

Analogous Colors of #db33bc

#db33bc #db3368 #a633db

Monochromatic Colors of #db33bc

#db33bc

Complementary Color

#db33bc #33db52

#db33bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db33bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db33bc Color CSS Codes

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

#db33bc Text Font Color

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

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


#db33bc Background Color

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

This div background color is #db33bc


#db33bc Border Color

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

This div border color is #db33bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db33bc


Comments

No comments written yet.

Please login to write comment.