Color Hex Logo

#d60eed Color Hex

#D60EED
(214,14,237)
0 Favorites   0 Comments

Color spaces of #d60eed

RGB 21414237
HSL0.820.890.49
HSV294°94°93°
CMYK 0.100.940.00   0.07
XYZ43.174720.724681.8455
Yxy20.72460.29620.1422
Hunter Lab45.524389.6198-74.7271
CIE-Lab52.646888.4648-63.4914

#d60eed color RGB value is (214,14,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00001110 11101101
Octal 326 16 355
Decimal 214 14 237
Hex D6 E ED

RGB Percentages of Color #d60eed

%46.02
%3.01
%50.97

CMYK Percentages of Color #d60eed

%10
%94
%0
%7

Triadic Colors of #d60eed

#d60eed #edd60e #0eedd6

Analogous Colors of #d60eed

#d60eed #ed0e95 #670eed

Monochromatic Colors of #d60eed

#d60eed

Complementary Color

#d60eed #25ed0e

#d60eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d60eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d60eed Color CSS Codes

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

#d60eed Text Font Color

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

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


#d60eed Background Color

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

This div background color is #d60eed


#d60eed Border Color

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

This div border color is #d60eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d60eed


Comments

No comments written yet.

Please login to write comment.