Color Hex Logo

#db57ea Color Hex

#DB57EA
(219,87,234)
0 Favorites   0 Comments

Color spaces of #db57ea

RGB 21987234
HSL0.820.780.63
HSV294°63°92°
CMYK 0.060.630.00   0.08
XYZ47.472927.817080.7090
Yxy27.81700.30430.1783
Hunter Lab52.741868.3696-53.8102
CIE-Lab59.723070.3169-50.4453

#db57ea color RGB value is (219,87,234).

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

The process color (four color CMYK) of #db57ea color hex is 0.06, 0.63, 0.00, 0.08. Web safe color of #db57ea is #cc66ff. Color #db57ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010111 11101010
Octal 333 127 352
Decimal 219 87 234
Hex DB 57 EA

RGB Percentages of Color #db57ea

%40.56
%16.11
%43.33

CMYK Percentages of Color #db57ea

%6
%63
%0
%8

Triadic Colors of #db57ea

#db57ea #eadb57 #57eadb

Analogous Colors of #db57ea

#db57ea #ea57b0 #9257ea

Monochromatic Colors of #db57ea

#db57ea

Complementary Color

#db57ea #66ea57

#db57ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db57ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#db57ea Color CSS Codes

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

#db57ea Text Font Color

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

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


#db57ea Background Color

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

This div background color is #db57ea


#db57ea Border Color

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

This div border color is #db57ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db57ea


Comments

No comments written yet.

Please login to write comment.