Color Hex Logo

#d347af Color Hex

#D347AF
(211,71,175)
0 Favorites   0 Comments

Color spaces of #d347af

RGB 21171175
HSL0.880.610.55
HSV315°66°83°
CMYK 0.000.660.17   0.17
XYZ36.855121.450542.7553
Yxy21.45050.36470.2123
Hunter Lab46.314760.9914-22.3132
CIE-Lab53.439165.2991-26.7333

#d347af color RGB value is (211,71,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000111 10101111
Octal 323 107 257
Decimal 211 71 175
Hex D3 47 AF

RGB Percentages of Color #d347af

%46.17
%15.54
%38.29

CMYK Percentages of Color #d347af

%0
%66
%17
%17

Triadic Colors of #d347af

#d347af #afd347 #47afd3

Analogous Colors of #d347af

#d347af #d34769 #b147d3

Monochromatic Colors of #d347af

#d347af

Complementary Color

#d347af #47d36b

#d347af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d347af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d347af Color CSS Codes

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

#d347af Text Font Color

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

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


#d347af Background Color

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

This div background color is #d347af


#d347af Border Color

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

This div border color is #d347af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d347af


Comments

No comments written yet.

Please login to write comment.