Color Hex Logo

#514bcf Color Hex

#514BCF
(81,75,207)
0 Favorites   0 Comments

Color spaces of #514bcf

RGB 8175207
HSL0.670.580.55
HSV243°64°81°
CMYK 0.610.640.00   0.19
XYZ17.171911.286560.3049
Yxy11.28650.19350.1272
Hunter Lab33.595432.4463-82.9109
CIE-Lab40.058941.0262-67.5925

#514bcf color RGB value is (81,75,207).

#514bcf hex color red value is 81, green value is 75 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #514bcf hue: 0.67 , saturation: 0.58 and the lightness value of 514bcf is 0.55.

The process color (four color CMYK) of #514bcf color hex is 0.61, 0.64, 0.00, 0.19. Web safe color of #514bcf is #6633cc. Color #514bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001011 11001111
Octal 121 113 317
Decimal 81 75 207
Hex 51 4B CF

RGB Percentages of Color #514bcf

%22.31
%20.66
%57.02

CMYK Percentages of Color #514bcf

%61
%64
%0
%19

Triadic Colors of #514bcf

#514bcf #cf514b #4bcf51

Analogous Colors of #514bcf

#514bcf #934bcf #4b87cf

Monochromatic Colors of #514bcf

#514bcf

Complementary Color

#514bcf #c9cf4b

#514bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#514bcf Color CSS Codes

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

#514bcf Text Font Color

<p style="color:#514bcf">Text here</p>

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


#514bcf Background Color

<div style="background-color:#514bcf">
Div content here</div>

This div background color is #514bcf


#514bcf Border Color

<div style="border:3px solid #514bcf">
Div here</div>

This div border color is #514bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514bcf


Comments

No comments written yet.

Please login to write comment.