Color Hex Logo

#d352df Color Hex

#D352DF
(211,82,223)
0 Favorites   0 Comments

Color spaces of #d352df

RGB 21182223
HSL0.820.690.60
HSV295°63°87°
CMYK 0.050.630.00   0.13
XYZ43.200525.211272.4014
Yxy25.21120.30680.1790
Hunter Lab50.210865.7096-50.3457
CIE-Lab57.280668.5678-48.2198

#d352df color RGB value is (211,82,223).

#d352df hex color red value is 211, green value is 82 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d352df hue: 0.82 , saturation: 0.69 and the lightness value of d352df is 0.60.

The process color (four color CMYK) of #d352df color hex is 0.05, 0.63, 0.00, 0.13. Web safe color of #d352df is #cc66cc. Color #d352df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010010 11011111
Octal 323 122 337
Decimal 211 82 223
Hex D3 52 DF

RGB Percentages of Color #d352df

%40.89
%15.89
%43.22

CMYK Percentages of Color #d352df

%5
%63
%0
%13

Triadic Colors of #d352df

#d352df #dfd352 #52dfd3

Analogous Colors of #d352df

#d352df #df52a5 #8d52df

Monochromatic Colors of #d352df

#d352df

Complementary Color

#d352df #5edf52

#d352df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d352df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d352df Color CSS Codes

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

#d352df Text Font Color

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

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


#d352df Background Color

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

This div background color is #d352df


#d352df Border Color

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

This div border color is #d352df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d352df


Comments

No comments written yet.

Please login to write comment.