Color Hex Logo

#5c71ff Color Hex

#5C71FF
(92,113,255)
0 Favorites   0 Comments

Color spaces of #5c71ff

RGB 92113255
HSL0.651.000.68
HSV232°64°100°
CMYK 0.640.560.00   0.00
XYZ28.368821.305697.2249
Yxy21.30560.19310.1450
Hunter Lab46.158028.9300-92.5749
CIE-Lab53.282335.5162-73.1386

#5c71ff color RGB value is (92,113,255).

#5c71ff hex color red value is 92, green value is 113 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5c71ff hue: 0.65 , saturation: 1.00 and the lightness value of 5c71ff is 0.68.

The process color (four color CMYK) of #5c71ff color hex is 0.64, 0.56, 0.00, 0.00. Web safe color of #5c71ff is #6666ff. Color #5c71ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 01110001 11111111
Octal 134 161 377
Decimal 92 113 255
Hex 5C 71 FF

RGB Percentages of Color #5c71ff

%20.00
%24.57
%55.43

CMYK Percentages of Color #5c71ff

%64
%56
%0
%0

Triadic Colors of #5c71ff

#5c71ff #ff5c71 #71ff5c

Analogous Colors of #5c71ff

#5c71ff #995cff #5cc3ff

Monochromatic Colors of #5c71ff

#5c71ff

Complementary Color

#5c71ff #ffea5c

#5c71ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c71ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c71ff Color CSS Codes

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

#5c71ff Text Font Color

<p style="color:#5c71ff">Text here</p>

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


#5c71ff Background Color

<div style="background-color:#5c71ff">
Div content here</div>

This div background color is #5c71ff


#5c71ff Border Color

<div style="border:3px solid #5c71ff">
Div here</div>

This div border color is #5c71ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,113,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5c71ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5c71ff;
  -webkit-box-shadow: 1px 1px 3px 2px #5c71ff;
  box-shadow:         1px 1px 3px 2px #5c71ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,113,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c71ff

Related Colors


Comments

No comments written yet.

Please login to write comment.