Color Hex Logo

#d735aa Color Hex

#D735AA
(215,53,170)
0 Favorites   0 Comments

Color spaces of #d735aa

RGB 21553170
HSL0.880.670.53
HSV317°75°84°
CMYK 0.000.750.21   0.16
XYZ36.553119.895639.9439
Yxy19.89560.37920.2064
Hunter Lab44.604568.2218-21.8718
CIE-Lab51.719071.7146-26.4158

#d735aa color RGB value is (215,53,170).

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

The process color (four color CMYK) of #d735aa color hex is 0.00, 0.75, 0.21, 0.16. Web safe color of #d735aa is #cc3399. Color #d735aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00110101 10101010
Octal 327 65 252
Decimal 215 53 170
Hex D7 35 AA

RGB Percentages of Color #d735aa

%49.09
%12.10
%38.81

CMYK Percentages of Color #d735aa

%0
%75
%21
%16

Triadic Colors of #d735aa

#d735aa #aad735 #35aad7

Analogous Colors of #d735aa

#d735aa #d73559 #b335d7

Monochromatic Colors of #d735aa

#d735aa

Complementary Color

#d735aa #35d762

#d735aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d735aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d735aa Color CSS Codes

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

#d735aa Text Font Color

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

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


#d735aa Background Color

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

This div background color is #d735aa


#d735aa Border Color

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

This div border color is #d735aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d735aa


Comments

No comments written yet.

Please login to write comment.