Color Hex Logo

#db42df Color Hex

#DB42DF
(219,66,223)
0 Favorites   0 Comments

Color spaces of #db42df

RGB 21966223
HSL0.830.710.57
HSV298°70°87°
CMYK 0.020.700.00   0.13
XYZ44.480924.284272.1550
Yxy24.28420.31560.1723
Hunter Lab49.279074.8819-52.3179
CIE-Lab56.371276.2487-49.5895

#db42df color RGB value is (219,66,223).

#db42df hex color red value is 219, green value is 66 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #db42df hue: 0.83 , saturation: 0.71 and the lightness value of db42df is 0.57.

The process color (four color CMYK) of #db42df color hex is 0.02, 0.70, 0.00, 0.13. Web safe color of #db42df is #cc33cc. Color #db42df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000010 11011111
Octal 333 102 337
Decimal 219 66 223
Hex DB 42 DF

RGB Percentages of Color #db42df

%43.11
%12.99
%43.90

CMYK Percentages of Color #db42df

%2
%70
%0
%13

Triadic Colors of #db42df

#db42df #dfdb42 #42dfdb

Analogous Colors of #db42df

#db42df #df4295 #8d42df

Monochromatic Colors of #db42df

#db42df

Complementary Color

#db42df #46df42

#db42df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db42df Color Preview on White Background

Lorem ipsum dolor sit amet.

#db42df Color CSS Codes

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

#db42df Text Font Color

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

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


#db42df Background Color

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

This div background color is #db42df


#db42df Border Color

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

This div border color is #db42df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db42df


Comments

No comments written yet.

Please login to write comment.