Color Hex Logo

#5300ed Color Hex

#5300ED
(83,0,237)
0 Favorites   0 Comments

Color spaces of #5300ed

RGB 830237
HSL0.731.000.46
HSV261°100°93°
CMYK 0.651.000.00   0.07
XYZ18.85337.953480.6622
Yxy7.95340.17540.0740
Hunter Lab28.201869.9768-149.8389
CIE-Lab33.885676.5749-94.9575

#5300ed color RGB value is (83,0,237).

#5300ed hex color red value is 83, green value is 0 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5300ed hue: 0.73 , saturation: 1.00 and the lightness value of 5300ed is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000000 11101101
Octal 123 0 355
Decimal 83 0 237
Hex 53 0 ED

RGB Percentages of Color #5300ed

%25.94
%0.00
%74.06

CMYK Percentages of Color #5300ed

%65
%100
%0
%7

Triadic Colors of #5300ed

#5300ed #ed5300 #00ed53

Analogous Colors of #5300ed

#5300ed #ca00ed #0024ed

Monochromatic Colors of #5300ed

#5300ed

Complementary Color

#5300ed #9aed00

#5300ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5300ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5300ed Color CSS Codes

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

#5300ed Text Font Color

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

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


#5300ed Background Color

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

This div background color is #5300ed


#5300ed Border Color

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

This div border color is #5300ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,0,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5300ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5300ed;
  -webkit-box-shadow: 1px 1px 3px 2px #5300ed;
  box-shadow:         1px 1px 3px 2px #5300ed; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5300ed


Comments

No comments written yet.

Please login to write comment.