Color Hex Logo

#d44abe Color Hex

#D44ABE
(212,74,190)
0 Favorites   0 Comments

Color spaces of #d44abe

RGB 21274190
HSL0.860.620.56
HSV310°65°83°
CMYK 0.000.650.10   0.17
XYZ38.894422.612351.0298
Yxy22.61230.34560.2009
Hunter Lab47.552462.7833-30.3391
CIE-Lab54.670766.5947-33.5063

#d44abe color RGB value is (212,74,190).

#d44abe hex color red value is 212, green value is 74 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d44abe hue: 0.86 , saturation: 0.62 and the lightness value of d44abe is 0.56.

The process color (four color CMYK) of #d44abe color hex is 0.00, 0.65, 0.10, 0.17. Web safe color of #d44abe is #cc33cc. Color #d44abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001010 10111110
Octal 324 112 276
Decimal 212 74 190
Hex D4 4A BE

RGB Percentages of Color #d44abe

%44.54
%15.55
%39.92

CMYK Percentages of Color #d44abe

%0
%65
%10
%17

Triadic Colors of #d44abe

#d44abe #bed44a #4abed4

Analogous Colors of #d44abe

#d44abe #d44a79 #a54ad4

Monochromatic Colors of #d44abe

#d44abe

Complementary Color

#d44abe #4ad460

#d44abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d44abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d44abe Color CSS Codes

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

#d44abe Text Font Color

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

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


#d44abe Background Color

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

This div background color is #d44abe


#d44abe Border Color

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

This div border color is #d44abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d44abe


Comments

No comments written yet.

Please login to write comment.