Color Hex Logo

#515ccf Color Hex

#515CCF
(81,92,207)
0 Favorites   0 Comments

Color spaces of #515ccf

RGB 8192207
HSL0.650.570.56
HSV235°61°81°
CMYK 0.610.560.00   0.19
XYZ18.483013.908660.7420
Yxy13.90860.19850.1493
Hunter Lab37.294223.1996-70.4611
CIE-Lab44.101630.6190-61.0182

#515ccf color RGB value is (81,92,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011100 11001111
Octal 121 134 317
Decimal 81 92 207
Hex 51 5C CF

RGB Percentages of Color #515ccf

%21.32
%24.21
%54.47

CMYK Percentages of Color #515ccf

%61
%56
%0
%19

Triadic Colors of #515ccf

#515ccf #cf515c #5ccf51

Analogous Colors of #515ccf

#515ccf #8551cf #519bcf

Monochromatic Colors of #515ccf

#515ccf

Complementary Color

#515ccf #cfc451

#515ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#515ccf Color CSS Codes

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

#515ccf Text Font Color

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

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


#515ccf Background Color

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

This div background color is #515ccf


#515ccf Border Color

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

This div border color is #515ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515ccf


Comments

No comments written yet.

Please login to write comment.