Color Hex Logo

#db38aa Color Hex

#DB38AA
(219,56,170)
0 Favorites   0 Comments

Color spaces of #db38aa

RGB 21956170
HSL0.880.690.54
HSV318°74°86°
CMYK 0.000.740.22   0.14
XYZ37.883320.790740.0465
Yxy20.79070.38370.2106
Hunter Lab45.596868.5091-20.1551
CIE-Lab52.719771.7595-24.8130

#db38aa color RGB value is (219,56,170).

#db38aa hex color red value is 219, green value is 56 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #db38aa hue: 0.88 , saturation: 0.69 and the lightness value of db38aa is 0.54.

The process color (four color CMYK) of #db38aa color hex is 0.00, 0.74, 0.22, 0.14. Web safe color of #db38aa is #cc3399. Color #db38aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111000 10101010
Octal 333 70 252
Decimal 219 56 170
Hex DB 38 AA

RGB Percentages of Color #db38aa

%49.21
%12.58
%38.20

CMYK Percentages of Color #db38aa

%0
%74
%22
%14

Triadic Colors of #db38aa

#db38aa #aadb38 #38aadb

Analogous Colors of #db38aa

#db38aa #db3859 #bb38db

Monochromatic Colors of #db38aa

#db38aa

Complementary Color

#db38aa #38db69

#db38aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db38aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#db38aa Color CSS Codes

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

#db38aa Text Font Color

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

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


#db38aa Background Color

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

This div background color is #db38aa


#db38aa Border Color

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

This div border color is #db38aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db38aa


Comments

No comments written yet.

Please login to write comment.