Color Hex Logo

#5d06fe Color Hex

#5D06FE
(93,6,254)
0 Favorites   0 Comments

Color spaces of #5d06fe

RGB 936254
HSL0.730.990.51
HSV261°98°100°
CMYK 0.630.980.00   0.00
XYZ22.46879.613294.4372
Yxy9.61320.17760.0760
Hunter Lab31.005275.0957-158.8851
CIE-Lab37.139180.1122-99.1132

#5d06fe color RGB value is (93,6,254).

#5d06fe hex color red value is 93, green value is 6 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #5d06fe hue: 0.73 , saturation: 0.99 and the lightness value of 5d06fe is 0.51.

The process color (four color CMYK) of #5d06fe color hex is 0.63, 0.98, 0.00, 0.00. Web safe color of #5d06fe is #6600ff. Color #5d06fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00000110 11111110
Octal 135 6 376
Decimal 93 6 254
Hex 5D 6 FE

RGB Percentages of Color #5d06fe

%26.35
%1.70
%71.95

CMYK Percentages of Color #5d06fe

%63
%98
%0
%0

Triadic Colors of #5d06fe

#5d06fe #fe5d06 #06fe5d

Analogous Colors of #5d06fe

#5d06fe #d906fe #062bfe

Monochromatic Colors of #5d06fe

#5d06fe

Complementary Color

#5d06fe #a7fe06

#5d06fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d06fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d06fe Color CSS Codes

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

#5d06fe Text Font Color

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

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


#5d06fe Background Color

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

This div background color is #5d06fe


#5d06fe Border Color

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

This div border color is #5d06fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d06fe


Comments

No comments written yet.

Please login to write comment.