Color Hex Logo

#db38ec Color Hex

#DB38EC
(219,56,236)
0 Favorites   0 Comments

Color spaces of #db38ec

RGB 21956236
HSL0.820.830.57
HSV294°76°93°
CMYK 0.070.760.00   0.07
XYZ45.767923.944581.5664
Yxy23.94450.30250.1583
Hunter Lab48.933181.3208-64.5771
CIE-Lab56.032281.4185-57.4475

#db38ec color RGB value is (219,56,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111000 11101100
Octal 333 70 354
Decimal 219 56 236
Hex DB 38 EC

RGB Percentages of Color #db38ec

%42.86
%10.96
%46.18

CMYK Percentages of Color #db38ec

%7
%76
%0
%7

Triadic Colors of #db38ec

#db38ec #ecdb38 #38ecdb

Analogous Colors of #db38ec

#db38ec #ec38a3 #8138ec

Monochromatic Colors of #db38ec

#db38ec

Complementary Color

#db38ec #49ec38

#db38ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db38ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#db38ec Color CSS Codes

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

#db38ec Text Font Color

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

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


#db38ec Background Color

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

This div background color is #db38ec


#db38ec Border Color

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

This div border color is #db38ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db38ec


Comments

No comments written yet.

Please login to write comment.