Color Hex Logo

#5c10bd Color Hex

#5C10BD
(92,16,189)
0 Favorites   0 Comments

Color spaces of #5c10bd

RGB 9216189
HSL0.740.840.40
HSV266°92°74°
CMYK 0.510.920.00   0.26
XYZ13.78426.320048.6375
Yxy6.32000.20050.0919
Hunter Lab25.139653.8783-97.1104
CIE-Lab30.205963.5314-73.2205

#5c10bd color RGB value is (92,16,189).

#5c10bd hex color red value is 92, green value is 16 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5c10bd hue: 0.74 , saturation: 0.84 and the lightness value of 5c10bd is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 00010000 10111101
Octal 134 20 275
Decimal 92 16 189
Hex 5C 10 BD

RGB Percentages of Color #5c10bd

%30.98
%5.39
%63.64

CMYK Percentages of Color #5c10bd

%51
%92
%0
%26

Triadic Colors of #5c10bd

#5c10bd #bd5c10 #10bd5c

Analogous Colors of #5c10bd

#5c10bd #b310bd #101bbd

Monochromatic Colors of #5c10bd

#5c10bd

Complementary Color

#5c10bd #71bd10

#5c10bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c10bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c10bd Color CSS Codes

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

#5c10bd Text Font Color

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

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


#5c10bd Background Color

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

This div background color is #5c10bd


#5c10bd Border Color

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

This div border color is #5c10bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c10bd


Comments

No comments written yet.

Please login to write comment.