Color Hex Logo

#5c0cbb Color Hex

#5C0CBB
(92,12,187)
0 Favorites   0 Comments

Color spaces of #5c0cbb

RGB 9212187
HSL0.740.880.39
HSV267°94°73°
CMYK 0.510.940.00   0.27
XYZ13.51476.126147.4839
Yxy6.12610.20130.0913
Hunter Lab24.751054.1517-96.4202
CIE-Lab29.728463.8661-72.8253

#5c0cbb color RGB value is (92,12,187).

#5c0cbb hex color red value is 92, green value is 12 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5c0cbb hue: 0.74 , saturation: 0.88 and the lightness value of 5c0cbb is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 00001100 10111011
Octal 134 14 273
Decimal 92 12 187
Hex 5C C BB

RGB Percentages of Color #5c0cbb

%31.62
%4.12
%64.26

CMYK Percentages of Color #5c0cbb

%51
%94
%0
%27

Triadic Colors of #5c0cbb

#5c0cbb #bb5c0c #0cbb5c

Analogous Colors of #5c0cbb

#5c0cbb #b40cbb #0c14bb

Monochromatic Colors of #5c0cbb

#5c0cbb

Complementary Color

#5c0cbb #6bbb0c

#5c0cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c0cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c0cbb Color CSS Codes

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

#5c0cbb Text Font Color

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

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


#5c0cbb Background Color

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

This div background color is #5c0cbb


#5c0cbb Border Color

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

This div border color is #5c0cbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,12,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c0cbb


Comments

No comments written yet.

Please login to write comment.