Color Hex Logo

#db48ea Color Hex

#DB48EA
(219,72,234)
0 Favorites   0 Comments

Color spaces of #db48ea

RGB 21972234
HSL0.820.790.60
HSV294°69°92°
CMYK 0.060.690.00   0.08
XYZ46.382125.635380.3454
Yxy25.63530.30440.1683
Hunter Lab50.631374.9147-58.6437
CIE-Lab57.689276.0213-53.6796

#db48ea color RGB value is (219,72,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001000 11101010
Octal 333 110 352
Decimal 219 72 234
Hex DB 48 EA

RGB Percentages of Color #db48ea

%41.71
%13.71
%44.57

CMYK Percentages of Color #db48ea

%6
%69
%0
%8

Triadic Colors of #db48ea

#db48ea #eadb48 #48eadb

Analogous Colors of #db48ea

#db48ea #ea48a8 #8a48ea

Monochromatic Colors of #db48ea

#db48ea

Complementary Color

#db48ea #57ea48

#db48ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db48ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#db48ea Color CSS Codes

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

#db48ea Text Font Color

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

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


#db48ea Background Color

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

This div background color is #db48ea


#db48ea Border Color

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

This div border color is #db48ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db48ea


Comments

No comments written yet.

Please login to write comment.