Color Hex Logo

#d61ecd Color Hex

#D61ECD
(214,30,205)
0 Favorites   0 Comments

Color spaces of #d61ecd

RGB 21430205
HSL0.840.750.48
HSV303°86°84°
CMYK 0.000.860.04   0.16
XYZ39.215319.632559.4802
Yxy19.63250.33140.1659
Hunter Lab44.308680.4414-48.5754
CIE-Lab51.419181.6283-47.2537

#d61ecd color RGB value is (214,30,205).

#d61ecd hex color red value is 214, green value is 30 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d61ecd hue: 0.84 , saturation: 0.75 and the lightness value of d61ecd is 0.48.

The process color (four color CMYK) of #d61ecd color hex is 0.00, 0.86, 0.04, 0.16. Web safe color of #d61ecd is #cc33cc. Color #d61ecd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011110 11001101
Octal 326 36 315
Decimal 214 30 205
Hex D6 1E CD

RGB Percentages of Color #d61ecd

%47.66
%6.68
%45.66

CMYK Percentages of Color #d61ecd

%0
%86
%4
%16

Triadic Colors of #d61ecd

#d61ecd #cdd61e #1ecdd6

Analogous Colors of #d61ecd

#d61ecd #d61e71 #831ed6

Monochromatic Colors of #d61ecd

#d61ecd

Complementary Color

#d61ecd #1ed627

#d61ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61ecd Color CSS Codes

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

#d61ecd Text Font Color

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

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


#d61ecd Background Color

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

This div background color is #d61ecd


#d61ecd Border Color

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

This div border color is #d61ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61ecd


Comments

No comments written yet.

Please login to write comment.