Color Hex Logo

#d44baf Color Hex

#D44BAF
(212,75,175)
0 Favorites   0 Comments

Color spaces of #d44baf

RGB 21275175
HSL0.880.610.56
HSV316°65°83°
CMYK 0.000.650.17   0.17
XYZ37.405322.124342.8564
Yxy22.12430.36530.2161
Hunter Lab47.036559.6366-21.0954
CIE-Lab54.158664.0028-25.6080

#d44baf color RGB value is (212,75,175).

#d44baf hex color red value is 212, green value is 75 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d44baf hue: 0.88 , saturation: 0.61 and the lightness value of d44baf is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001011 10101111
Octal 324 113 257
Decimal 212 75 175
Hex D4 4B AF

RGB Percentages of Color #d44baf

%45.89
%16.23
%37.88

CMYK Percentages of Color #d44baf

%0
%65
%17
%17

Triadic Colors of #d44baf

#d44baf #afd44b #4bafd4

Analogous Colors of #d44baf

#d44baf #d44b6b #b54bd4

Monochromatic Colors of #d44baf

#d44baf

Complementary Color

#d44baf #4bd470

#d44baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d44baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d44baf Color CSS Codes

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

#d44baf Text Font Color

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

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


#d44baf Background Color

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

This div background color is #d44baf


#d44baf Border Color

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

This div border color is #d44baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d44baf


Comments

No comments written yet.

Please login to write comment.