Color Hex Logo

#d347da Color Hex

#D347DA
(211,71,218)
0 Favorites   0 Comments

Color spaces of #d347da

RGB 21171218
HSL0.830.670.57
HSV297°67°85°
CMYK 0.030.670.00   0.15
XYZ41.772123.417368.6480
Yxy23.41730.31210.1750
Hunter Lab48.391469.3985-50.2347
CIE-Lab55.499671.9600-48.2203

#d347da color RGB value is (211,71,218).

#d347da hex color red value is 211, green value is 71 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d347da hue: 0.83 , saturation: 0.67 and the lightness value of d347da is 0.57.

The process color (four color CMYK) of #d347da color hex is 0.03, 0.67, 0.00, 0.15. Web safe color of #d347da is #cc33cc. Color #d347da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000111 11011010
Octal 323 107 332
Decimal 211 71 218
Hex D3 47 DA

RGB Percentages of Color #d347da

%42.20
%14.20
%43.60

CMYK Percentages of Color #d347da

%3
%67
%0
%15

Triadic Colors of #d347da

#d347da #dad347 #47dad3

Analogous Colors of #d347da

#d347da #da4798 #8a47da

Monochromatic Colors of #d347da

#d347da

Complementary Color

#d347da #4eda47

#d347da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d347da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d347da Color CSS Codes

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

#d347da Text Font Color

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

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


#d347da Background Color

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

This div background color is #d347da


#d347da Border Color

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

This div border color is #d347da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d347da


Comments

No comments written yet.

Please login to write comment.