Color Hex Logo

#5d17ee Color Hex

#5D17EE
(93,23,238)
0 Favorites   0 Comments

Color spaces of #5d17ee

RGB 9323238
HSL0.720.860.51
HSV260°90°93°
CMYK 0.610.900.00   0.07
XYZ20.25329.113081.5804
Yxy9.11300.18250.0821
Hunter Lab30.187766.9285-139.0959
CIE-Lab36.201073.6408-91.6497

#5d17ee color RGB value is (93,23,238).

#5d17ee hex color red value is 93, green value is 23 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #5d17ee hue: 0.72 , saturation: 0.86 and the lightness value of 5d17ee is 0.51.

The process color (four color CMYK) of #5d17ee color hex is 0.61, 0.90, 0.00, 0.07. Web safe color of #5d17ee is #6600ff. Color #5d17ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00010111 11101110
Octal 135 27 356
Decimal 93 23 238
Hex 5D 17 EE

RGB Percentages of Color #5d17ee

%26.27
%6.50
%67.23

CMYK Percentages of Color #5d17ee

%61
%90
%0
%7

Triadic Colors of #5d17ee

#5d17ee #ee5d17 #17ee5d

Analogous Colors of #5d17ee

#5d17ee #c917ee #173cee

Monochromatic Colors of #5d17ee

#5d17ee

Complementary Color

#5d17ee #a8ee17

#5d17ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d17ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d17ee Color CSS Codes

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

#5d17ee Text Font Color

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

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


#5d17ee Background Color

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

This div background color is #5d17ee


#5d17ee Border Color

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

This div border color is #5d17ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,23,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5d17ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5d17ee;
  -webkit-box-shadow: 1px 1px 3px 2px #5d17ee;
  box-shadow:         1px 1px 3px 2px #5d17ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d17ee


Comments

No comments written yet.

Please login to write comment.