Color Hex Logo

#d323ed Color Hex

#D323ED
(211,35,237)
0 Favorites   0 Comments

Color spaces of #d323ed

RGB 21135237
HSL0.810.850.53
HSV292°85°93°
CMYK 0.110.850.00   0.07
XYZ42.751121.165481.9529
Yxy21.16540.29310.1451
Hunter Lab46.005985.3614-73.4126
CIE-Lab53.130085.1205-62.7377

#d323ed color RGB value is (211,35,237).

#d323ed hex color red value is 211, green value is 35 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d323ed hue: 0.81 , saturation: 0.85 and the lightness value of d323ed is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00100011 11101101
Octal 323 43 355
Decimal 211 35 237
Hex D3 23 ED

RGB Percentages of Color #d323ed

%43.69
%7.25
%49.07

CMYK Percentages of Color #d323ed

%11
%85
%0
%7

Triadic Colors of #d323ed

#d323ed #edd323 #23edd3

Analogous Colors of #d323ed

#d323ed #ed23a2 #6e23ed

Monochromatic Colors of #d323ed

#d323ed

Complementary Color

#d323ed #3ded23

#d323ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d323ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d323ed Color CSS Codes

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

#d323ed Text Font Color

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

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


#d323ed Background Color

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

This div background color is #d323ed


#d323ed Border Color

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

This div border color is #d323ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d323ed


Comments

No comments written yet.

Please login to write comment.