Color Hex Logo

#5b09ce Color Hex

#5B09CE
(91,9,206)
0 Favorites   0 Comments

Color spaces of #5b09ce

RGB 919206
HSL0.740.920.42
HSV265°96°81°
CMYK 0.560.960.00   0.19
XYZ15.55266.875858.9000
Yxy6.87580.19120.0845
Hunter Lab26.221759.9836-114.8236
CIE-Lab31.522568.6413-81.0250

#5b09ce color RGB value is (91,9,206).

#5b09ce hex color red value is 91, green value is 9 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5b09ce hue: 0.74 , saturation: 0.92 and the lightness value of 5b09ce is 0.42.

The process color (four color CMYK) of #5b09ce color hex is 0.56, 0.96, 0.00, 0.19. Web safe color of #5b09ce is #6600cc. Color #5b09ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 00001001 11001110
Octal 133 11 316
Decimal 91 9 206
Hex 5B 9 CE

RGB Percentages of Color #5b09ce

%29.74
%2.94
%67.32

CMYK Percentages of Color #5b09ce

%56
%96
%0
%19

Triadic Colors of #5b09ce

#5b09ce #ce5b09 #09ce5b

Analogous Colors of #5b09ce

#5b09ce #be09ce #0919ce

Monochromatic Colors of #5b09ce

#5b09ce

Complementary Color

#5b09ce #7cce09

#5b09ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b09ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b09ce Color CSS Codes

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

#5b09ce Text Font Color

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

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


#5b09ce Background Color

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

This div background color is #5b09ce


#5b09ce Border Color

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

This div border color is #5b09ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,9,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b09ce


Comments

No comments written yet.

Please login to write comment.