Color Hex Logo

#d754ae Color Hex

#D754AE
(215,84,174)
0 Favorites   0 Comments

Color spaces of #d754ae

RGB 21584174
HSL0.890.620.59
HSV319°61°84°
CMYK 0.000.610.19   0.16
XYZ38.834623.843742.5999
Yxy23.84370.36890.2265
Hunter Lab48.830056.5089-17.5443
CIE-Lab55.931060.9723-22.2593

#d754ae color RGB value is (215,84,174).

#d754ae hex color red value is 215, green value is 84 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d754ae hue: 0.89 , saturation: 0.62 and the lightness value of d754ae is 0.59.

The process color (four color CMYK) of #d754ae color hex is 0.00, 0.61, 0.19, 0.16. Web safe color of #d754ae is #cc6699. Color #d754ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010100 10101110
Octal 327 124 256
Decimal 215 84 174
Hex D7 54 AE

RGB Percentages of Color #d754ae

%45.45
%17.76
%36.79

CMYK Percentages of Color #d754ae

%0
%61
%19
%16

Triadic Colors of #d754ae

#d754ae #aed754 #54aed7

Analogous Colors of #d754ae

#d754ae #d7546d #bf54d7

Monochromatic Colors of #d754ae

#d754ae

Complementary Color

#d754ae #54d77d

#d754ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d754ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d754ae Color CSS Codes

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

#d754ae Text Font Color

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

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


#d754ae Background Color

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

This div background color is #d754ae


#d754ae Border Color

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

This div border color is #d754ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d754ae


Comments

No comments written yet.

Please login to write comment.