Color Hex Logo

#d34caf Color Hex

#D34CAF
(211,76,175)
0 Favorites   0 Comments

Color spaces of #d34caf

RGB 21176175
HSL0.880.610.56
HSV316°64°83°
CMYK 0.000.640.17   0.17
XYZ37.186322.112942.8657
Yxy22.11290.36400.2164
Hunter Lab47.024458.8631-21.1296
CIE-Lab54.146663.3383-25.6394

#d34caf color RGB value is (211,76,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01001100 10101111
Octal 323 114 257
Decimal 211 76 175
Hex D3 4C AF

RGB Percentages of Color #d34caf

%45.67
%16.45
%37.88

CMYK Percentages of Color #d34caf

%0
%64
%17
%17

Triadic Colors of #d34caf

#d34caf #afd34c #4cafd3

Analogous Colors of #d34caf

#d34caf #d34c6c #b44cd3

Monochromatic Colors of #d34caf

#d34caf

Complementary Color

#d34caf #4cd370

#d34caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d34caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d34caf Color CSS Codes

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

#d34caf Text Font Color

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

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


#d34caf Background Color

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

This div background color is #d34caf


#d34caf Border Color

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

This div border color is #d34caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d34caf


Comments

No comments written yet.

Please login to write comment.