Color Hex Logo

#515ecb Color Hex

#515ECB
(81,94,203)
0 Favorites   0 Comments

Color spaces of #515ecb

RGB 8194203
HSL0.650.540.56
HSV234°60°80°
CMYK 0.600.540.00   0.20
XYZ18.175514.066558.2571
Yxy14.06650.20080.1554
Hunter Lab37.505320.8687-65.8415
CIE-Lab44.328128.0269-58.3511

#515ecb color RGB value is (81,94,203).

#515ecb hex color red value is 81, green value is 94 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #515ecb hue: 0.65 , saturation: 0.54 and the lightness value of 515ecb is 0.56.

The process color (four color CMYK) of #515ecb color hex is 0.60, 0.54, 0.00, 0.20. Web safe color of #515ecb is #6666cc. Color #515ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011110 11001011
Octal 121 136 313
Decimal 81 94 203
Hex 51 5E CB

RGB Percentages of Color #515ecb

%21.43
%24.87
%53.70

CMYK Percentages of Color #515ecb

%60
%54
%0
%20

Triadic Colors of #515ecb

#515ecb #cb515e #5ecb51

Analogous Colors of #515ecb

#515ecb #8151cb #519bcb

Monochromatic Colors of #515ecb

#515ecb

Complementary Color

#515ecb #cbbe51

#515ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#515ecb Color CSS Codes

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

#515ecb Text Font Color

<p style="color:#515ecb">Text here</p>

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


#515ecb Background Color

<div style="background-color:#515ecb">
Div content here</div>

This div background color is #515ecb


#515ecb Border Color

<div style="border:3px solid #515ecb">
Div here</div>

This div border color is #515ecb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,94,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #515ecb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #515ecb;
  -webkit-box-shadow: 1px 1px 3px 2px #515ecb;
  box-shadow:         1px 1px 3px 2px #515ecb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,94,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515ecb


Comments

No comments written yet.

Please login to write comment.