Color Hex Logo

#db23db Color Hex

#DB23DB
(219,35,219)
0 Favorites   0 Comments

Color spaces of #db23db

RGB 21935219
HSL0.830.720.50
HSV300°84°86°
CMYK 0.000.840.00   0.14
XYZ42.600621.376668.8986
Yxy21.37660.32060.1609
Hunter Lab46.234883.5583-55.9889
CIE-Lab53.359283.6826-52.1190

#db23db color RGB value is (219,35,219).

#db23db hex color red value is 219, green value is 35 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #db23db hue: 0.83 , saturation: 0.72 and the lightness value of db23db is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100011 11011011
Octal 333 43 333
Decimal 219 35 219
Hex DB 23 DB

RGB Percentages of Color #db23db

%46.30
%7.40
%46.30

CMYK Percentages of Color #db23db

%0
%84
%0
%14

Triadic Colors of #db23db

#db23db #dbdb23 #23dbdb

Analogous Colors of #db23db

#db23db #db237f #7f23db

Monochromatic Colors of #db23db

#db23db

Complementary Color

#db23db #23db23

#db23db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db23db Color Preview on White Background

Lorem ipsum dolor sit amet.

#db23db Color CSS Codes

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

#db23db Text Font Color

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

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


#db23db Background Color

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

This div background color is #db23db


#db23db Border Color

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

This div border color is #db23db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db23db


Comments

No comments written yet.

Please login to write comment.