Color Hex Logo

#db32cb Color Hex

#DB32CB
(219,50,203)
0 Favorites   0 Comments

Color spaces of #db32cb

RGB 21950203
HSL0.850.700.53
HSV306°77°86°
CMYK 0.000.770.07   0.14
XYZ41.133521.653158.5114
Yxy21.65310.33910.1785
Hunter Lab46.532976.3554-41.9794
CIE-Lab53.657077.9551-42.5028

#db32cb color RGB value is (219,50,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110010 11001011
Octal 333 62 313
Decimal 219 50 203
Hex DB 32 CB

RGB Percentages of Color #db32cb

%46.40
%10.59
%43.01

CMYK Percentages of Color #db32cb

%0
%77
%7
%14

Triadic Colors of #db32cb

#db32cb #cbdb32 #32cbdb

Analogous Colors of #db32cb

#db32cb #db3277 #9732db

Monochromatic Colors of #db32cb

#db32cb

Complementary Color

#db32cb #32db42

#db32cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db32cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db32cb Color CSS Codes

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

#db32cb Text Font Color

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

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


#db32cb Background Color

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

This div background color is #db32cb


#db32cb Border Color

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

This div border color is #db32cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db32cb


Comments

No comments written yet.

Please login to write comment.