Color Hex Logo

#d64baf Color Hex

#D64BAF
(214,75,175)
0 Favorites   0 Comments

Color spaces of #d64baf

RGB 21475175
HSL0.880.630.57
HSV317°65°84°
CMYK 0.000.650.18   0.16
XYZ37.985522.423442.8835
Yxy22.42340.36770.2171
Hunter Lab47.353460.3192-20.5461
CIE-Lab54.473464.5310-25.0962

#d64baf color RGB value is (214,75,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001011 10101111
Octal 326 113 257
Decimal 214 75 175
Hex D6 4B AF

RGB Percentages of Color #d64baf

%46.12
%16.16
%37.72

CMYK Percentages of Color #d64baf

%0
%65
%18
%16

Triadic Colors of #d64baf

#d64baf #afd64b #4bafd6

Analogous Colors of #d64baf

#d64baf #d64b6a #b84bd6

Monochromatic Colors of #d64baf

#d64baf

Complementary Color

#d64baf #4bd672

#d64baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64baf Color CSS Codes

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

#d64baf Text Font Color

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

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


#d64baf Background Color

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

This div background color is #d64baf


#d64baf Border Color

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

This div border color is #d64baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64baf


Comments

No comments written yet.

Please login to write comment.