Color Hex Logo

#db48ec Color Hex

#DB48EC
(219,72,236)
0 Favorites   0 Comments

Color spaces of #db48ec

RGB 21972236
HSL0.820.810.60
HSV294°69°93°
CMYK 0.070.690.00   0.07
XYZ46.671125.750981.8675
Yxy25.75090.30250.1669
Hunter Lab50.745375.3642-60.1309
CIE-Lab57.799876.3605-54.6231

#db48ec color RGB value is (219,72,236).

#db48ec hex color red value is 219, green value is 72 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #db48ec hue: 0.82 , saturation: 0.81 and the lightness value of db48ec is 0.60.

The process color (four color CMYK) of #db48ec color hex is 0.07, 0.69, 0.00, 0.07. Web safe color of #db48ec is #cc33ff. Color #db48ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001000 11101100
Octal 333 110 354
Decimal 219 72 236
Hex DB 48 EC

RGB Percentages of Color #db48ec

%41.56
%13.66
%44.78

CMYK Percentages of Color #db48ec

%7
%69
%0
%7

Triadic Colors of #db48ec

#db48ec #ecdb48 #48ecdb

Analogous Colors of #db48ec

#db48ec #ec48ab #8948ec

Monochromatic Colors of #db48ec

#db48ec

Complementary Color

#db48ec #59ec48

#db48ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db48ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#db48ec Color CSS Codes

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

#db48ec Text Font Color

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

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


#db48ec Background Color

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

This div background color is #db48ec


#db48ec Border Color

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

This div border color is #db48ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db48ec


Comments

No comments written yet.

Please login to write comment.