Color Hex Logo

#5130ce Color Hex

#5130CE
(81,48,206)
0 Favorites   0 Comments

Color spaces of #5130ce

RGB 8148206
HSL0.700.620.50
HSV253°77°81°
CMYK 0.610.770.00   0.19
XYZ15.59098.319559.1766
Yxy8.31950.18760.1001
Hunter Lab28.843546.0090-101.4513
CIE-Lab34.639655.4297-75.9053

#5130ce color RGB value is (81,48,206).

#5130ce hex color red value is 81, green value is 48 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5130ce hue: 0.70 , saturation: 0.62 and the lightness value of 5130ce is 0.50.

The process color (four color CMYK) of #5130ce color hex is 0.61, 0.77, 0.00, 0.19. Web safe color of #5130ce is #6633cc. Color #5130ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110000 11001110
Octal 121 60 316
Decimal 81 48 206
Hex 51 30 CE

RGB Percentages of Color #5130ce

%24.18
%14.33
%61.49

CMYK Percentages of Color #5130ce

%61
%77
%0
%19

Triadic Colors of #5130ce

#5130ce #ce5130 #30ce51

Analogous Colors of #5130ce

#5130ce #a030ce #305ece

Monochromatic Colors of #5130ce

#5130ce

Complementary Color

#5130ce #adce30

#5130ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5130ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5130ce Color CSS Codes

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

#5130ce Text Font Color

<p style="color:#5130ce">Text here</p>

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


#5130ce Background Color

<div style="background-color:#5130ce">
Div content here</div>

This div background color is #5130ce


#5130ce Border Color

<div style="border:3px solid #5130ce">
Div here</div>

This div border color is #5130ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,48,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5130ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5130ce;
  -webkit-box-shadow: 1px 1px 3px 2px #5130ce;
  box-shadow:         1px 1px 3px 2px #5130ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,48,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 #5130ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5130ce


Comments

No comments written yet.

Please login to write comment.