Color Hex Logo

#db3eae Color Hex

#DB3EAE
(219,62,174)
0 Favorites   0 Comments

Color spaces of #db3eae

RGB 21962174
HSL0.880.690.55
HSV317°72°86°
CMYK 0.000.720.21   0.14
XYZ38.576021.561342.1730
Yxy21.56130.37700.2107
Hunter Lab46.434167.0323-21.3452
CIE-Lab53.558470.3735-25.8596

#db3eae color RGB value is (219,62,174).

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

The process color (four color CMYK) of #db3eae color hex is 0.00, 0.72, 0.21, 0.14. Web safe color of #db3eae is #cc3399. Color #db3eae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111110 10101110
Octal 333 76 256
Decimal 219 62 174
Hex DB 3E AE

RGB Percentages of Color #db3eae

%48.13
%13.63
%38.24

CMYK Percentages of Color #db3eae

%0
%72
%21
%14

Triadic Colors of #db3eae

#db3eae #aedb3e #3eaedb

Analogous Colors of #db3eae

#db3eae #db3e5f #ba3edb

Monochromatic Colors of #db3eae

#db3eae

Complementary Color

#db3eae #3edb6b

#db3eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db3eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#db3eae Color CSS Codes

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

#db3eae Text Font Color

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

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


#db3eae Background Color

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

This div background color is #db3eae


#db3eae Border Color

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

This div border color is #db3eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db3eae


Comments

No comments written yet.

Please login to write comment.