Color Hex Logo

#db35ae Color Hex

#DB35AE
(219,53,174)
0 Favorites   0 Comments

Color spaces of #db35ae

RGB 21953174
HSL0.880.700.53
HSV316°76°86°
CMYK 0.000.760.21   0.14
XYZ38.126520.662342.0231
Yxy20.66230.37820.2050
Hunter Lab45.455870.1710-22.9935
CIE-Lab52.577973.1563-27.3772

#db35ae color RGB value is (219,53,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110101 10101110
Octal 333 65 256
Decimal 219 53 174
Hex DB 35 AE

RGB Percentages of Color #db35ae

%49.10
%11.88
%39.01

CMYK Percentages of Color #db35ae

%0
%76
%21
%14

Triadic Colors of #db35ae

#db35ae #aedb35 #35aedb

Analogous Colors of #db35ae

#db35ae #db355b #b535db

Monochromatic Colors of #db35ae

#db35ae

Complementary Color

#db35ae #35db62

#db35ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db35ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#db35ae Color CSS Codes

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

#db35ae Text Font Color

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

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


#db35ae Background Color

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

This div background color is #db35ae


#db35ae Border Color

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

This div border color is #db35ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db35ae


Comments

No comments written yet.

Please login to write comment.