Color Hex Logo

#db26ce Color Hex

#DB26CE
(219,38,206)
0 Favorites   0 Comments

Color spaces of #db26ce

RGB 21938206
HSL0.850.720.50
HSV304°83°86°
CMYK 0.000.830.06   0.14
XYZ41.047120.902560.2637
Yxy20.90250.33590.1710
Hunter Lab45.719380.2500-46.1482
CIE-Lab52.842681.2004-45.5142

#db26ce color RGB value is (219,38,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100110 11001110
Octal 333 46 316
Decimal 219 38 206
Hex DB 26 CE

RGB Percentages of Color #db26ce

%47.30
%8.21
%44.49

CMYK Percentages of Color #db26ce

%0
%83
%6
%14

Triadic Colors of #db26ce

#db26ce #cedb26 #26cedb

Analogous Colors of #db26ce

#db26ce #db2674 #8e26db

Monochromatic Colors of #db26ce

#db26ce

Complementary Color

#db26ce #26db33

#db26ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db26ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#db26ce Color CSS Codes

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

#db26ce Text Font Color

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

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


#db26ce Background Color

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

This div background color is #db26ce


#db26ce Border Color

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

This div border color is #db26ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db26ce


Comments

No comments written yet.

Please login to write comment.