Color Hex Logo

#d31eda Color Hex

#D31EDA
(211,30,218)
0 Favorites   0 Comments

Color spaces of #d31eda

RGB 21130218
HSL0.830.760.49
HSV298°86°85°
CMYK 0.030.860.00   0.15
XYZ39.983119.839468.0517
Yxy19.83940.31270.1551
Hunter Lab44.541482.2849-59.4060
CIE-Lab51.655183.0246-54.3506

#d31eda color RGB value is (211,30,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00011110 11011010
Octal 323 36 332
Decimal 211 30 218
Hex D3 1E DA

RGB Percentages of Color #d31eda

%45.97
%6.54
%47.49

CMYK Percentages of Color #d31eda

%3
%86
%0
%15

Triadic Colors of #d31eda

#d31eda #dad31e #1edad3

Analogous Colors of #d31eda

#d31eda #da1e83 #751eda

Monochromatic Colors of #d31eda

#d31eda

Complementary Color

#d31eda #25da1e

#d31eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d31eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d31eda Color CSS Codes

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

#d31eda Text Font Color

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

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


#d31eda Background Color

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

This div background color is #d31eda


#d31eda Border Color

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

This div border color is #d31eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d31eda


Comments

No comments written yet.

Please login to write comment.