Color Hex Logo

#d614ed Color Hex

#D614ED
(214,20,237)
0 Favorites   0 Comments

Color spaces of #d614ed

RGB 21420237
HSL0.820.860.50
HSV294°92°93°
CMYK 0.100.920.00   0.07
XYZ43.267820.910981.8765
Yxy20.91090.29620.1432
Hunter Lab45.728488.8702-74.1485
CIE-Lab52.851887.8569-63.1608

#d614ed color RGB value is (214,20,237).

#d614ed hex color red value is 214, green value is 20 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d614ed hue: 0.82 , saturation: 0.86 and the lightness value of d614ed is 0.50.

The process color (four color CMYK) of #d614ed color hex is 0.10, 0.92, 0.00, 0.07. Web safe color of #d614ed is #cc00ff. Color #d614ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010100 11101101
Octal 326 24 355
Decimal 214 20 237
Hex D6 14 ED

RGB Percentages of Color #d614ed

%45.44
%4.25
%50.32

CMYK Percentages of Color #d614ed

%10
%92
%0
%7

Triadic Colors of #d614ed

#d614ed #edd614 #14edd6

Analogous Colors of #d614ed

#d614ed #ed1498 #6a14ed

Monochromatic Colors of #d614ed

#d614ed

Complementary Color

#d614ed #2bed14

#d614ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d614ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d614ed Color CSS Codes

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

#d614ed Text Font Color

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

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


#d614ed Background Color

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

This div background color is #d614ed


#d614ed Border Color

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

This div border color is #d614ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d614ed


Comments

No comments written yet.

Please login to write comment.