Color Hex Logo

#d61aae Color Hex

#D61AAE
(214,26,174)
0 Favorites   0 Comments

Color spaces of #d61aae

RGB 21426174
HSL0.870.780.47
HSV313°88°84°
CMYK 0.000.880.19   0.16
XYZ35.740918.090941.6525
Yxy18.09090.37430.1895
Hunter Lab42.533475.5605-28.2887
CIE-Lab49.606278.1082-32.0715

#d61aae color RGB value is (214,26,174).

#d61aae hex color red value is 214, green value is 26 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d61aae hue: 0.87 , saturation: 0.78 and the lightness value of d61aae is 0.47.

The process color (four color CMYK) of #d61aae color hex is 0.00, 0.88, 0.19, 0.16. Web safe color of #d61aae is #cc3399. Color #d61aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011010 10101110
Octal 326 32 256
Decimal 214 26 174
Hex D6 1A AE

RGB Percentages of Color #d61aae

%51.69
%6.28
%42.03

CMYK Percentages of Color #d61aae

%0
%88
%19
%16

Triadic Colors of #d61aae

#d61aae #aed61a #1aaed6

Analogous Colors of #d61aae

#d61aae #d61a50 #a01ad6

Monochromatic Colors of #d61aae

#d61aae

Complementary Color

#d61aae #1ad642

#d61aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61aae Color CSS Codes

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

#d61aae Text Font Color

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

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


#d61aae Background Color

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

This div background color is #d61aae


#d61aae Border Color

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

This div border color is #d61aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61aae


Comments

No comments written yet.

Please login to write comment.