Color Hex Logo

#d835ae Color Hex

#D835AE
(216,53,174)
0 Favorites   0 Comments

Color spaces of #d835ae

RGB 21653174
HSL0.880.680.53
HSV315°75°85°
CMYK 0.000.750.19   0.15
XYZ37.232020.201141.9813
Yxy20.20110.37450.2032
Hunter Lab44.945669.2107-23.9177
CIE-Lab52.063872.4655-28.2152

#d835ae color RGB value is (216,53,174).

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

The process color (four color CMYK) of #d835ae color hex is 0.00, 0.75, 0.19, 0.15. Web safe color of #d835ae is #cc3399. Color #d835ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110101 10101110
Octal 330 65 256
Decimal 216 53 174
Hex D8 35 AE

RGB Percentages of Color #d835ae

%48.76
%11.96
%39.28

CMYK Percentages of Color #d835ae

%0
%75
%19
%15

Triadic Colors of #d835ae

#d835ae #aed835 #35aed8

Analogous Colors of #d835ae

#d835ae #d8355d #b135d8

Monochromatic Colors of #d835ae

#d835ae

Complementary Color

#d835ae #35d85f

#d835ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d835ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d835ae Color CSS Codes

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

#d835ae Text Font Color

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

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


#d835ae Background Color

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

This div background color is #d835ae


#d835ae Border Color

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

This div border color is #d835ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d835ae


Comments

No comments written yet.

Please login to write comment.