Color Hex Logo

#db43cc Color Hex

#DB43CC
(219,67,204)
0 Favorites   0 Comments

Color spaces of #db43cc

RGB 21967204
HSL0.850.680.56
HSV306°69°86°
CMYK 0.000.690.07   0.14
XYZ42.119723.434059.4300
Yxy23.43400.33700.1875
Hunter Lab48.408770.5951-38.9026
CIE-Lab55.516672.9383-40.1431

#db43cc color RGB value is (219,67,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000011 11001100
Octal 333 103 314
Decimal 219 67 204
Hex DB 43 CC

RGB Percentages of Color #db43cc

%44.69
%13.67
%41.63

CMYK Percentages of Color #db43cc

%0
%69
%7
%14

Triadic Colors of #db43cc

#db43cc #ccdb43 #43ccdb

Analogous Colors of #db43cc

#db43cc #db4380 #9e43db

Monochromatic Colors of #db43cc

#db43cc

Complementary Color

#db43cc #43db52

#db43cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db43cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db43cc Color CSS Codes

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

#db43cc Text Font Color

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

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


#db43cc Background Color

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

This div background color is #db43cc


#db43cc Border Color

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

This div border color is #db43cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db43cc


Comments

No comments written yet.

Please login to write comment.