Color Hex Logo

#515ecf Color Hex

#515ECF
(81,94,207)
0 Favorites   0 Comments

Color spaces of #515ecf

RGB 8194207
HSL0.650.570.56
HSV234°61°81°
CMYK 0.610.550.00   0.19
XYZ18.658514.259760.8005
Yxy14.25970.19910.1522
Hunter Lab37.762022.1147-69.0292
CIE-Lab44.603129.3712-60.2064

#515ecf color RGB value is (81,94,207).

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

The process color (four color CMYK) of #515ecf color hex is 0.61, 0.55, 0.00, 0.19. Web safe color of #515ecf is #6666cc. Color #515ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011110 11001111
Octal 121 136 317
Decimal 81 94 207
Hex 51 5E CF

RGB Percentages of Color #515ecf

%21.20
%24.61
%54.19

CMYK Percentages of Color #515ecf

%61
%55
%0
%19

Triadic Colors of #515ecf

#515ecf #cf515e #5ecf51

Analogous Colors of #515ecf

#515ecf #8351cf #519dcf

Monochromatic Colors of #515ecf

#515ecf

Complementary Color

#515ecf #cfc251

#515ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#515ecf Color CSS Codes

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

#515ecf Text Font Color

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

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


#515ecf Background Color

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

This div background color is #515ecf


#515ecf Border Color

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

This div border color is #515ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515ecf


Comments

No comments written yet.

Please login to write comment.