Color Hex Logo

#d352ee Color Hex

#D352EE
(211,82,238)
0 Favorites   0 Comments

Color spaces of #d352ee

RGB 21182238
HSL0.800.820.63
HSV290°66°93°
CMYK 0.110.660.00   0.07
XYZ45.313926.056583.5300
Yxy26.05650.29250.1682
Hunter Lab51.045669.1273-61.2891
CIE-Lab58.090671.2457-55.3445

#d352ee color RGB value is (211,82,238).

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

The process color (four color CMYK) of #d352ee color hex is 0.11, 0.66, 0.00, 0.07. Web safe color of #d352ee is #cc66ff. Color #d352ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010010 11101110
Octal 323 122 356
Decimal 211 82 238
Hex D3 52 EE

RGB Percentages of Color #d352ee

%39.74
%15.44
%44.82

CMYK Percentages of Color #d352ee

%11
%66
%0
%7

Triadic Colors of #d352ee

#d352ee #eed352 #52eed3

Analogous Colors of #d352ee

#d352ee #ee52bb #8552ee

Monochromatic Colors of #d352ee

#d352ee

Complementary Color

#d352ee #6dee52

#d352ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d352ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d352ee Color CSS Codes

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

#d352ee Text Font Color

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

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


#d352ee Background Color

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

This div background color is #d352ee


#d352ee Border Color

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

This div border color is #d352ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d352ee


Comments

No comments written yet.

Please login to write comment.