Color Hex Logo

#db43c2 Color Hex

#DB43C2
(219,67,194)
0 Favorites   0 Comments

Color spaces of #db43c2

RGB 21967194
HSL0.860.680.56
HSV310°69°86°
CMYK 0.000.690.11   0.14
XYZ40.958222.969453.3137
Yxy22.96940.34930.1959
Hunter Lab47.926468.6760-32.4062
CIE-Lab55.040871.4524-35.1522

#db43c2 color RGB value is (219,67,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000011 11000010
Octal 333 103 302
Decimal 219 67 194
Hex DB 43 C2

RGB Percentages of Color #db43c2

%45.63
%13.96
%40.42

CMYK Percentages of Color #db43c2

%0
%69
%11
%14

Triadic Colors of #db43c2

#db43c2 #c2db43 #43c2db

Analogous Colors of #db43c2

#db43c2 #db4376 #a843db

Monochromatic Colors of #db43c2

#db43c2

Complementary Color

#db43c2 #43db5c

#db43c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db43c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db43c2 Color CSS Codes

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

#db43c2 Text Font Color

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

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


#db43c2 Background Color

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

This div background color is #db43c2


#db43c2 Border Color

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

This div border color is #db43c2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db43c2


Comments

No comments written yet.

Please login to write comment.