Color Hex Logo

#d32eda Color Hex

#D32EDA
(211,46,218)
0 Favorites   0 Comments

Color spaces of #d32eda

RGB 21146218
HSL0.830.700.52
HSV298°79°85°
CMYK 0.030.790.00   0.15
XYZ40.495920.864868.2226
Yxy20.86480.31250.1610
Hunter Lab45.678078.3129-56.5783
CIE-Lab52.801279.6795-52.5177

#d32eda color RGB value is (211,46,218).

#d32eda hex color red value is 211, green value is 46 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d32eda hue: 0.83 , saturation: 0.70 and the lightness value of d32eda is 0.52.

The process color (four color CMYK) of #d32eda color hex is 0.03, 0.79, 0.00, 0.15. Web safe color of #d32eda is #cc33cc. Color #d32eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00101110 11011010
Octal 323 56 332
Decimal 211 46 218
Hex D3 2E DA

RGB Percentages of Color #d32eda

%44.42
%9.68
%45.89

CMYK Percentages of Color #d32eda

%3
%79
%0
%15

Triadic Colors of #d32eda

#d32eda #dad32e #2edad3

Analogous Colors of #d32eda

#d32eda #da2e8b #7d2eda

Monochromatic Colors of #d32eda

#d32eda

Complementary Color

#d32eda #35da2e

#d32eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d32eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d32eda Color CSS Codes

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

#d32eda Text Font Color

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

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


#d32eda Background Color

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

This div background color is #d32eda


#d32eda Border Color

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

This div border color is #d32eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d32eda


Comments

No comments written yet.

Please login to write comment.