Color Hex Logo

#d32ede Color Hex

#D32EDE
(211,46,222)
0 Favorites   0 Comments

Color spaces of #d32ede

RGB 21146222
HSL0.820.730.53
HSV296°79°87°
CMYK 0.050.790.00   0.13
XYZ41.025821.076871.0132
Yxy21.07680.30820.1583
Hunter Lab45.909579.1703-59.5737
CIE-Lab53.033480.3125-54.4196

#d32ede color RGB value is (211,46,222).

#d32ede hex color red value is 211, green value is 46 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d32ede hue: 0.82 , saturation: 0.73 and the lightness value of d32ede is 0.53.

The process color (four color CMYK) of #d32ede color hex is 0.05, 0.79, 0.00, 0.13. Web safe color of #d32ede is #cc33cc. Color #d32ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00101110 11011110
Octal 323 56 336
Decimal 211 46 222
Hex D3 2E DE

RGB Percentages of Color #d32ede

%44.05
%9.60
%46.35

CMYK Percentages of Color #d32ede

%5
%79
%0
%13

Triadic Colors of #d32ede

#d32ede #ded32e #2eded3

Analogous Colors of #d32ede

#d32ede #de2e91 #7b2ede

Monochromatic Colors of #d32ede

#d32ede

Complementary Color

#d32ede #39de2e

#d32ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d32ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#d32ede Color CSS Codes

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

#d32ede Text Font Color

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

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


#d32ede Background Color

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

This div background color is #d32ede


#d32ede Border Color

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

This div border color is #d32ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d32ede


Comments

No comments written yet.

Please login to write comment.