Color Hex Logo

#d450a8 Color Hex

#D450A8
(212,80,168)
0 Favorites   0 Comments

Color spaces of #d450a8

RGB 21280168
HSL0.890.610.57
HSV320°62°83°
CMYK 0.000.620.21   0.17
XYZ37.087922.561539.4458
Yxy22.56150.37430.2277
Hunter Lab47.498956.2524-15.9885
CIE-Lab54.617860.9845-20.8203

#d450a8 color RGB value is (212,80,168).

#d450a8 hex color red value is 212, green value is 80 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #d450a8 hue: 0.89 , saturation: 0.61 and the lightness value of d450a8 is 0.57.

The process color (four color CMYK) of #d450a8 color hex is 0.00, 0.62, 0.21, 0.17. Web safe color of #d450a8 is #cc6699. Color #d450a8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01010000 10101000
Octal 324 120 250
Decimal 212 80 168
Hex D4 50 A8

RGB Percentages of Color #d450a8

%46.09
%17.39
%36.52

CMYK Percentages of Color #d450a8

%0
%62
%21
%17

Triadic Colors of #d450a8

#d450a8 #a8d450 #50a8d4

Analogous Colors of #d450a8

#d450a8 #d45066 #be50d4

Monochromatic Colors of #d450a8

#d450a8

Complementary Color

#d450a8 #50d47c

#d450a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d450a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d450a8 Color CSS Codes

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

#d450a8 Text Font Color

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

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


#d450a8 Background Color

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

This div background color is #d450a8


#d450a8 Border Color

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

This div border color is #d450a8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,80,168, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d450a8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d450a8;
  -webkit-box-shadow: 1px 1px 3px 2px #d450a8;
  box-shadow:         1px 1px 3px 2px #d450a8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,80,168, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d450a8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d450a8


Comments

No comments written yet.

Please login to write comment.