Color Hex Logo

#d324ee Color Hex

#D324EE
(211,36,238)
0 Favorites   0 Comments

Color spaces of #d324ee

RGB 21136238
HSL0.810.860.54
HSV292°85°93°
CMYK 0.110.850.00   0.07
XYZ42.927521.283782.7346
Yxy21.28370.29210.1448
Hunter Lab46.134385.3576-74.0334
CIE-Lab53.258685.0926-63.0926

#d324ee color RGB value is (211,36,238).

#d324ee hex color red value is 211, green value is 36 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d324ee hue: 0.81 , saturation: 0.86 and the lightness value of d324ee is 0.54.

The process color (four color CMYK) of #d324ee color hex is 0.11, 0.85, 0.00, 0.07. Web safe color of #d324ee is #cc33ff. Color #d324ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00100100 11101110
Octal 323 44 356
Decimal 211 36 238
Hex D3 24 EE

RGB Percentages of Color #d324ee

%43.51
%7.42
%49.07

CMYK Percentages of Color #d324ee

%11
%85
%0
%7

Triadic Colors of #d324ee

#d324ee #eed324 #24eed3

Analogous Colors of #d324ee

#d324ee #ee24a4 #6e24ee

Monochromatic Colors of #d324ee

#d324ee

Complementary Color

#d324ee #3fee24

#d324ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d324ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d324ee Color CSS Codes

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

#d324ee Text Font Color

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

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


#d324ee Background Color

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

This div background color is #d324ee


#d324ee Border Color

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

This div border color is #d324ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,36,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 #d324ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d324ee


Comments

No comments written yet.

Please login to write comment.