Color Hex Logo

#5512ba Color Hex

#5512BA
(85,18,186)
0 Favorites   0 Comments

Color spaces of #5512ba

RGB 8518186
HSL0.730.820.40
HSV264°90°73°
CMYK 0.540.900.00   0.27
XYZ12.82555.909146.9190
Yxy5.90910.19540.0900
Hunter Lab24.308651.6384-97.4218
CIE-Lab29.182061.7076-73.1636

#5512ba color RGB value is (85,18,186).

#5512ba hex color red value is 85, green value is 18 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5512ba hue: 0.73 , saturation: 0.82 and the lightness value of 5512ba is 0.40.

The process color (four color CMYK) of #5512ba color hex is 0.54, 0.90, 0.00, 0.27. Web safe color of #5512ba is #6600cc. Color #5512ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010010 10111010
Octal 125 22 272
Decimal 85 18 186
Hex 55 12 BA

RGB Percentages of Color #5512ba

%29.41
%6.23
%64.36

CMYK Percentages of Color #5512ba

%54
%90
%0
%27

Triadic Colors of #5512ba

#5512ba #ba5512 #12ba55

Analogous Colors of #5512ba

#5512ba #a912ba #1223ba

Monochromatic Colors of #5512ba

#5512ba

Complementary Color

#5512ba #77ba12

#5512ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5512ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5512ba Color CSS Codes

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

#5512ba Text Font Color

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

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


#5512ba Background Color

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

This div background color is #5512ba


#5512ba Border Color

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

This div border color is #5512ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5512ba


Comments

No comments written yet.

Please login to write comment.