Color Hex Logo

#db23cc Color Hex

#DB23CC
(219,35,204)
0 Favorites   0 Comments

Color spaces of #db23cc

RGB 21935204
HSL0.850.720.50
HSV305°84°86°
CMYK 0.000.840.07   0.14
XYZ40.713520.621858.9613
Yxy20.62180.33840.1714
Hunter Lab45.411280.5648-45.1934
CIE-Lab52.533181.5080-44.8563

#db23cc color RGB value is (219,35,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100011 11001100
Octal 333 43 314
Decimal 219 35 204
Hex DB 23 CC

RGB Percentages of Color #db23cc

%47.82
%7.64
%44.54

CMYK Percentages of Color #db23cc

%0
%84
%7
%14

Triadic Colors of #db23cc

#db23cc #ccdb23 #23ccdb

Analogous Colors of #db23cc

#db23cc #db2370 #8e23db

Monochromatic Colors of #db23cc

#db23cc

Complementary Color

#db23cc #23db32

#db23cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db23cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db23cc Color CSS Codes

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

#db23cc Text Font Color

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

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


#db23cc Background Color

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

This div background color is #db23cc


#db23cc Border Color

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

This div border color is #db23cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db23cc


Comments

No comments written yet.

Please login to write comment.