Color Hex Logo

#5512ff Color Hex

#5512FF
(85,18,255)
0 Favorites   0 Comments

Color spaces of #5512ff

RGB 8518255
HSL0.711.000.54
HSV257°93°100°
CMYK 0.670.930.00   0.00
XYZ22.01269.583995.2974
Yxy9.58390.17350.0755
Hunter Lab30.957972.7462-160.8415
CIE-Lab37.085078.2389-99.7838

#5512ff color RGB value is (85,18,255).

#5512ff hex color red value is 85, green value is 18 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5512ff hue: 0.71 , saturation: 1.00 and the lightness value of 5512ff is 0.54.

The process color (four color CMYK) of #5512ff color hex is 0.67, 0.93, 0.00, 0.00. Web safe color of #5512ff is #6600ff. Color #5512ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010010 11111111
Octal 125 22 377
Decimal 85 18 255
Hex 55 12 FF

RGB Percentages of Color #5512ff

%23.74
%5.03
%71.23

CMYK Percentages of Color #5512ff

%67
%93
%0
%0

Triadic Colors of #5512ff

#5512ff #ff5512 #12ff55

Analogous Colors of #5512ff

#5512ff #cc12ff #1246ff

Monochromatic Colors of #5512ff

#5512ff

Complementary Color

#5512ff #bcff12

#5512ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5512ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5512ff Color CSS Codes

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

#5512ff Text Font Color

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

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


#5512ff Background Color

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

This div background color is #5512ff


#5512ff Border Color

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

This div border color is #5512ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,18,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5512ff


Comments

No comments written yet.

Please login to write comment.