Color Hex Logo

#d615ed Color Hex

#D615ED
(214,21,237)
0 Favorites   0 Comments

Color spaces of #d615ed

RGB 21421237
HSL0.820.860.51
HSV294°91°93°
CMYK 0.100.910.00   0.07
XYZ43.285820.946981.8825
Yxy20.94690.29620.1434
Hunter Lab45.767888.7263-74.0375
CIE-Lab52.891387.7400-63.0971

#d615ed color RGB value is (214,21,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010101 11101101
Octal 326 25 355
Decimal 214 21 237
Hex D6 15 ED

RGB Percentages of Color #d615ed

%45.34
%4.45
%50.21

CMYK Percentages of Color #d615ed

%10
%91
%0
%7

Triadic Colors of #d615ed

#d615ed #edd615 #15edd6

Analogous Colors of #d615ed

#d615ed #ed1598 #6a15ed

Monochromatic Colors of #d615ed

#d615ed

Complementary Color

#d615ed #2ced15

#d615ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d615ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d615ed Color CSS Codes

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

#d615ed Text Font Color

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

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


#d615ed Background Color

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

This div background color is #d615ed


#d615ed Border Color

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

This div border color is #d615ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d615ed


Comments

No comments written yet.

Please login to write comment.