Color Hex Logo

#db43ca Color Hex

#DB43CA
(219,67,202)
0 Favorites   0 Comments

Color spaces of #db43ca

RGB 21967202
HSL0.850.680.56
HSV307°69°86°
CMYK 0.000.690.08   0.14
XYZ41.881223.338658.1745
Yxy23.33860.33940.1891
Hunter Lab48.310070.2036-37.5794
CIE-Lab55.419472.6363-39.1515

#db43ca color RGB value is (219,67,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000011 11001010
Octal 333 103 312
Decimal 219 67 202
Hex DB 43 CA

RGB Percentages of Color #db43ca

%44.88
%13.73
%41.39

CMYK Percentages of Color #db43ca

%0
%69
%8
%14

Triadic Colors of #db43ca

#db43ca #cadb43 #43cadb

Analogous Colors of #db43ca

#db43ca #db437e #a043db

Monochromatic Colors of #db43ca

#db43ca

Complementary Color

#db43ca #43db54

#db43ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db43ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#db43ca Color CSS Codes

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

#db43ca Text Font Color

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

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


#db43ca Background Color

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

This div background color is #db43ca


#db43ca Border Color

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

This div border color is #db43ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db43ca


Comments

No comments written yet.

Please login to write comment.