Color Hex Logo

#5d00ee Color Hex

#5D00EE
(93,0,238)
0 Favorites   0 Comments

Color spaces of #5d00ee

RGB 930238
HSL0.731.000.47
HSV263°100°93°
CMYK 0.611.000.00   0.07
XYZ19.94688.500281.4783
Yxy8.50020.18150.0773
Hunter Lab29.155171.1014-145.2862
CIE-Lab35.003677.2880-93.6382

#5d00ee color RGB value is (93,0,238).

#5d00ee hex color red value is 93, green value is 0 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #5d00ee hue: 0.73 , saturation: 1.00 and the lightness value of 5d00ee is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 00000000 11101110
Octal 135 0 356
Decimal 93 0 238
Hex 5D 0 EE

RGB Percentages of Color #5d00ee

%28.10
%0.00
%71.90

CMYK Percentages of Color #5d00ee

%61
%100
%0
%7

Triadic Colors of #5d00ee

#5d00ee #ee5d00 #00ee5d

Analogous Colors of #5d00ee

#5d00ee #d400ee #001aee

Monochromatic Colors of #5d00ee

#5d00ee

Complementary Color

#5d00ee #91ee00

#5d00ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d00ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d00ee Color CSS Codes

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

#5d00ee Text Font Color

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

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


#5d00ee Background Color

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

This div background color is #5d00ee


#5d00ee Border Color

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

This div border color is #5d00ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,0,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 #5d00ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d00ee


Comments

No comments written yet.

Please login to write comment.