Color Hex Logo

#d347b9 Color Hex

#D347B9
(211,71,185)
0 Favorites   0 Comments

Color spaces of #d347b9

RGB 21171185
HSL0.860.610.55
HSV311°66°83°
CMYK 0.000.660.12   0.17
XYZ37.874221.858148.1218
Yxy21.85810.35120.2027
Hunter Lab46.752662.7853-28.2995
CIE-Lab53.876166.7453-31.8674

#d347b9 color RGB value is (211,71,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000111 10111001
Octal 323 107 271
Decimal 211 71 185
Hex D3 47 B9

RGB Percentages of Color #d347b9

%45.18
%15.20
%39.61

CMYK Percentages of Color #d347b9

%0
%66
%12
%17

Triadic Colors of #d347b9

#d347b9 #b9d347 #47b9d3

Analogous Colors of #d347b9

#d347b9 #d34773 #a747d3

Monochromatic Colors of #d347b9

#d347b9

Complementary Color

#d347b9 #47d361

#d347b9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d347b9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d347b9 Color CSS Codes

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

#d347b9 Text Font Color

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

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


#d347b9 Background Color

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

This div background color is #d347b9


#d347b9 Border Color

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

This div border color is #d347b9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,71,185, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d347b9


Comments

No comments written yet.

Please login to write comment.