Color Hex Logo

#d357dd Color Hex

#D357DD
(211,87,221)
0 Favorites   0 Comments

Color spaces of #d357dd

RGB 21187221
HSL0.820.660.60
HSV296°61°87°
CMYK 0.050.610.00   0.13
XYZ43.323325.885771.1197
Yxy25.88570.30870.1845
Hunter Lab50.878062.9587-47.2638
CIE-Lab57.928466.1396-46.0667

#d357dd color RGB value is (211,87,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010111 11011101
Octal 323 127 335
Decimal 211 87 221
Hex D3 57 DD

RGB Percentages of Color #d357dd

%40.66
%16.76
%42.58

CMYK Percentages of Color #d357dd

%5
%61
%0
%13

Triadic Colors of #d357dd

#d357dd #ddd357 #57ddd3

Analogous Colors of #d357dd

#d357dd #dd57a4 #9057dd

Monochromatic Colors of #d357dd

#d357dd

Complementary Color

#d357dd #61dd57

#d357dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d357dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d357dd Color CSS Codes

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

#d357dd Text Font Color

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

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


#d357dd Background Color

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

This div background color is #d357dd


#d357dd Border Color

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

This div border color is #d357dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d357dd


Comments

No comments written yet.

Please login to write comment.