Color Hex Logo

#db26cc Color Hex

#DB26CC
(219,38,204)
0 Favorites   0 Comments

Color spaces of #db26cc

RGB 21938204
HSL0.850.720.50
HSV305°83°86°
CMYK 0.000.830.07   0.14
XYZ40.805620.805958.9920
Yxy20.80590.33830.1725
Hunter Lab45.613579.8616-44.7504
CIE-Lab52.736480.9155-44.5340

#db26cc color RGB value is (219,38,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100110 11001100
Octal 333 46 314
Decimal 219 38 204
Hex DB 26 CC

RGB Percentages of Color #db26cc

%47.51
%8.24
%44.25

CMYK Percentages of Color #db26cc

%0
%83
%7
%14

Triadic Colors of #db26cc

#db26cc #ccdb26 #26ccdb

Analogous Colors of #db26cc

#db26cc #db2672 #9026db

Monochromatic Colors of #db26cc

#db26cc

Complementary Color

#db26cc #26db35

#db26cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db26cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db26cc Color CSS Codes

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

#db26cc Text Font Color

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

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


#db26cc Background Color

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

This div background color is #db26cc


#db26cc Border Color

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

This div border color is #db26cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db26cc


Comments

No comments written yet.

Please login to write comment.