Color Hex Logo

#5512eb Color Hex

#5512EB
(85,18,235)
0 Favorites   0 Comments

Color spaces of #5512eb

RGB 8518235
HSL0.720.860.50
HSV259°92°92°
CMYK 0.640.920.00   0.08
XYZ18.95808.362179.2121
Yxy8.36210.17800.0785
Hunter Lab28.917366.4182-142.1688
CIE-Lab34.725973.4919-92.4178

#5512eb color RGB value is (85,18,235).

#5512eb hex color red value is 85, green value is 18 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5512eb hue: 0.72 , saturation: 0.86 and the lightness value of 5512eb is 0.50.

The process color (four color CMYK) of #5512eb color hex is 0.64, 0.92, 0.00, 0.08. Web safe color of #5512eb is #6600ff. Color #5512eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010010 11101011
Octal 125 22 353
Decimal 85 18 235
Hex 55 12 EB

RGB Percentages of Color #5512eb

%25.15
%5.33
%69.53

CMYK Percentages of Color #5512eb

%64
%92
%0
%8

Triadic Colors of #5512eb

#5512eb #eb5512 #12eb55

Analogous Colors of #5512eb

#5512eb #c212eb #123ceb

Monochromatic Colors of #5512eb

#5512eb

Complementary Color

#5512eb #a8eb12

#5512eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5512eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5512eb Color CSS Codes

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

#5512eb Text Font Color

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

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


#5512eb Background Color

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

This div background color is #5512eb


#5512eb Border Color

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

This div border color is #5512eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,18,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5512eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5512eb;
  -webkit-box-shadow: 1px 1px 3px 2px #5512eb;
  box-shadow:         1px 1px 3px 2px #5512eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,18,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 #5512eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5512eb


Comments

No comments written yet.

Please login to write comment.