Color Hex Logo

#d517eb Color Hex

#D517EB
(213,23,235)
0 Favorites   0 Comments

Color spaces of #d517eb

RGB 21323235
HSL0.820.840.51
HSV294°90°92°
CMYK 0.090.900.00   0.08
XYZ42.742420.757180.3510
Yxy20.75710.29710.1443
Hunter Lab45.560087.7311-72.6738
CIE-Lab52.682687.0231-62.3159

#d517eb color RGB value is (213,23,235).

#d517eb hex color red value is 213, green value is 23 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d517eb hue: 0.82 , saturation: 0.84 and the lightness value of d517eb is 0.51.

The process color (four color CMYK) of #d517eb color hex is 0.09, 0.90, 0.00, 0.08. Web safe color of #d517eb is #cc00ff. Color #d517eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010111 11101011
Octal 325 27 353
Decimal 213 23 235
Hex D5 17 EB

RGB Percentages of Color #d517eb

%45.22
%4.88
%49.89

CMYK Percentages of Color #d517eb

%9
%90
%0
%8

Triadic Colors of #d517eb

#d517eb #ebd517 #17ebd5

Analogous Colors of #d517eb

#d517eb #eb1797 #6b17eb

Monochromatic Colors of #d517eb

#d517eb

Complementary Color

#d517eb #2deb17

#d517eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d517eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d517eb Color CSS Codes

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

#d517eb Text Font Color

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

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


#d517eb Background Color

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

This div background color is #d517eb


#d517eb Border Color

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

This div border color is #d517eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,23,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d517eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d517eb;
  -webkit-box-shadow: 1px 1px 3px 2px #d517eb;
  box-shadow:         1px 1px 3px 2px #d517eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,23,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d517eb


Comments

No comments written yet.

Please login to write comment.