Color Hex Logo

#d61edd Color Hex

#D61EDD
(214,30,221)
0 Favorites   0 Comments

Color spaces of #d61edd

RGB 21430221
HSL0.830.760.49
HSV298°86°87°
CMYK 0.030.860.00   0.13
XYZ41.247020.445170.1790
Yxy20.44510.31280.1550
Hunter Lab45.216383.7021-60.3711
CIE-Lab52.336883.9933-54.9390

#d61edd color RGB value is (214,30,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011110 11011101
Octal 326 36 335
Decimal 214 30 221
Hex D6 1E DD

RGB Percentages of Color #d61edd

%46.02
%6.45
%47.53

CMYK Percentages of Color #d61edd

%3
%86
%0
%13

Triadic Colors of #d61edd

#d61edd #ddd61e #1eddd6

Analogous Colors of #d61edd

#d61edd #dd1e85 #771edd

Monochromatic Colors of #d61edd

#d61edd

Complementary Color

#d61edd #25dd1e

#d61edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61edd Color CSS Codes

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

#d61edd Text Font Color

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

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


#d61edd Background Color

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

This div background color is #d61edd


#d61edd Border Color

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

This div border color is #d61edd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,30,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61edd


Comments

No comments written yet.

Please login to write comment.