Color Hex Logo

#5c09ba Color Hex

#5C09BA
(92,9,186)
0 Favorites   0 Comments

Color spaces of #5c09ba

RGB 929186
HSL0.740.910.38
HSV268°95°73°
CMYK 0.510.950.00   0.27
XYZ13.37426.015946.9106
Yxy6.01590.20170.0907
Hunter Lab24.527354.4092-96.2280
CIE-Lab29.452564.1476-72.6880

#5c09ba color RGB value is (92,9,186).

#5c09ba hex color red value is 92, green value is 9 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5c09ba hue: 0.74 , saturation: 0.91 and the lightness value of 5c09ba is 0.38.

The process color (four color CMYK) of #5c09ba color hex is 0.51, 0.95, 0.00, 0.27. Web safe color of #5c09ba is #6600cc. Color #5c09ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 00001001 10111010
Octal 134 11 272
Decimal 92 9 186
Hex 5C 9 BA

RGB Percentages of Color #5c09ba

%32.06
%3.14
%64.81

CMYK Percentages of Color #5c09ba

%51
%95
%0
%27

Triadic Colors of #5c09ba

#5c09ba #ba5c09 #09ba5c

Analogous Colors of #5c09ba

#5c09ba #b509ba #090fba

Monochromatic Colors of #5c09ba

#5c09ba

Complementary Color

#5c09ba #67ba09

#5c09ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c09ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c09ba Color CSS Codes

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

#5c09ba Text Font Color

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

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


#5c09ba Background Color

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

This div background color is #5c09ba


#5c09ba Border Color

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

This div border color is #5c09ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,9,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5c09ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5c09ba;
  -webkit-box-shadow: 1px 1px 3px 2px #5c09ba;
  box-shadow:         1px 1px 3px 2px #5c09ba; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c09ba


Comments

No comments written yet.

Please login to write comment.