Color Hex Logo

#515dcf Color Hex

#515DCF
(81,93,207)
0 Favorites   0 Comments

Color spaces of #515dcf

RGB 8193207
HSL0.650.570.56
HSV234°61°81°
CMYK 0.610.550.00   0.19
XYZ18.570214.083060.7710
Yxy14.08300.19880.1507
Hunter Lab37.527322.6570-69.7439
CIE-Lab44.351729.9955-60.6131

#515dcf color RGB value is (81,93,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011101 11001111
Octal 121 135 317
Decimal 81 93 207
Hex 51 5D CF

RGB Percentages of Color #515dcf

%21.26
%24.41
%54.33

CMYK Percentages of Color #515dcf

%61
%55
%0
%19

Triadic Colors of #515dcf

#515dcf #cf515d #5dcf51

Analogous Colors of #515dcf

#515dcf #8451cf #519ccf

Monochromatic Colors of #515dcf

#515dcf

Complementary Color

#515dcf #cfc351

#515dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#515dcf Color CSS Codes

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

#515dcf Text Font Color

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

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


#515dcf Background Color

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

This div background color is #515dcf


#515dcf Border Color

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

This div border color is #515dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515dcf


Comments

No comments written yet.

Please login to write comment.