Color Hex Logo

#515fca Color Hex

#515FCA
(81,95,202)
0 Favorites   0 Comments

Color spaces of #515fca

RGB 8195202
HSL0.650.530.55
HSV233°60°79°
CMYK 0.600.530.00   0.21
XYZ18.146214.198057.6612
Yxy14.19800.20160.1577
Hunter Lab37.680220.0223-64.3540
CIE-Lab44.515627.0642-57.4725

#515fca color RGB value is (81,95,202).

#515fca hex color red value is 81, green value is 95 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #515fca hue: 0.65 , saturation: 0.53 and the lightness value of 515fca is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011111 11001010
Octal 121 137 312
Decimal 81 95 202
Hex 51 5F CA

RGB Percentages of Color #515fca

%21.43
%25.13
%53.44

CMYK Percentages of Color #515fca

%60
%53
%0
%21

Triadic Colors of #515fca

#515fca #ca515f #5fca51

Analogous Colors of #515fca

#515fca #8051ca #519cca

Monochromatic Colors of #515fca

#515fca

Complementary Color

#515fca #cabc51

#515fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#515fca Color CSS Codes

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

#515fca Text Font Color

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

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


#515fca Background Color

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

This div background color is #515fca


#515fca Border Color

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

This div border color is #515fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515fca


Comments

No comments written yet.

Please login to write comment.