Color Hex Logo

#5147cf Color Hex

#5147CF
(81,71,207)
0 Favorites   0 Comments

Color spaces of #5147cf

RGB 8171207
HSL0.680.590.55
HSV244°66°81°
CMYK 0.610.660.00   0.19
XYZ16.909110.760860.2173
Yxy10.76080.19240.1224
Hunter Lab32.803734.6039-85.8754
CIE-Lab39.174643.3882-69.0375

#5147cf color RGB value is (81,71,207).

#5147cf hex color red value is 81, green value is 71 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5147cf hue: 0.68 , saturation: 0.59 and the lightness value of 5147cf is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000111 11001111
Octal 121 107 317
Decimal 81 71 207
Hex 51 47 CF

RGB Percentages of Color #5147cf

%22.56
%19.78
%57.66

CMYK Percentages of Color #5147cf

%61
%66
%0
%19

Triadic Colors of #5147cf

#5147cf #cf5147 #47cf51

Analogous Colors of #5147cf

#5147cf #9547cf #4781cf

Monochromatic Colors of #5147cf

#5147cf

Complementary Color

#5147cf #c5cf47

#5147cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5147cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5147cf Color CSS Codes

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

#5147cf Text Font Color

<p style="color:#5147cf">Text here</p>

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


#5147cf Background Color

<div style="background-color:#5147cf">
Div content here</div>

This div background color is #5147cf


#5147cf Border Color

<div style="border:3px solid #5147cf">
Div here</div>

This div border color is #5147cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5147cf


Comments

No comments written yet.

Please login to write comment.