Color Hex Logo

#db30ce Color Hex

#DB30CE
(219,48,206)
0 Favorites   0 Comments

Color spaces of #db30ce

RGB 21948206
HSL0.850.700.52
HSV305°78°86°
CMYK 0.000.780.06   0.14
XYZ41.410921.630260.3850
Yxy21.63020.33550.1752
Hunter Lab46.508377.5466-44.4246
CIE-Lab53.632478.9093-44.2625

#db30ce color RGB value is (219,48,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110000 11001110
Octal 333 60 316
Decimal 219 48 206
Hex DB 30 CE

RGB Percentages of Color #db30ce

%46.30
%10.15
%43.55

CMYK Percentages of Color #db30ce

%0
%78
%6
%14

Triadic Colors of #db30ce

#db30ce #cedb30 #30cedb

Analogous Colors of #db30ce

#db30ce #db3079 #9330db

Monochromatic Colors of #db30ce

#db30ce

Complementary Color

#db30ce #30db3d

#db30ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db30ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#db30ce Color CSS Codes

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

#db30ce Text Font Color

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

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


#db30ce Background Color

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

This div background color is #db30ce


#db30ce Border Color

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

This div border color is #db30ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db30ce


Comments

No comments written yet.

Please login to write comment.