Color Hex Logo

#d628ae Color Hex

#D628AE
(214,40,174)
0 Favorites   0 Comments

Color spaces of #d628ae

RGB 21440174
HSL0.870.690.50
HSV314°81°84°
CMYK 0.000.810.19   0.16
XYZ36.130318.869741.7823
Yxy18.86970.37330.1950
Hunter Lab43.439372.4474-26.6209
CIE-Lab50.534475.4131-30.6218

#d628ae color RGB value is (214,40,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00101000 10101110
Octal 326 50 256
Decimal 214 40 174
Hex D6 28 AE

RGB Percentages of Color #d628ae

%50.00
%9.35
%40.65

CMYK Percentages of Color #d628ae

%0
%81
%19
%16

Triadic Colors of #d628ae

#d628ae #aed628 #28aed6

Analogous Colors of #d628ae

#d628ae #d62857 #a728d6

Monochromatic Colors of #d628ae

#d628ae

Complementary Color

#d628ae #28d650

#d628ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d628ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d628ae Color CSS Codes

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

#d628ae Text Font Color

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

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


#d628ae Background Color

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

This div background color is #d628ae


#d628ae Border Color

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

This div border color is #d628ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d628ae


Comments

No comments written yet.

Please login to write comment.