Color Hex Logo

#5c70ca Color Hex

#5C70CA
(92,112,202)
0 Favorites   0 Comments

Color spaces of #5c70ca

RGB 92112202
HSL0.640.510.58
HSV229°54°79°
CMYK 0.540.450.00   0.21
XYZ20.868518.127958.2763
Yxy18.12790.21450.1864
Hunter Lab42.576912.9799-51.3483
CIE-Lab49.650918.6612-49.1919

#5c70ca color RGB value is (92,112,202).

#5c70ca hex color red value is 92, green value is 112 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5c70ca hue: 0.64 , saturation: 0.51 and the lightness value of 5c70ca is 0.58.

The process color (four color CMYK) of #5c70ca color hex is 0.54, 0.45, 0.00, 0.21. Web safe color of #5c70ca is #6666cc. Color #5c70ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 01110000 11001010
Octal 134 160 312
Decimal 92 112 202
Hex 5C 70 CA

RGB Percentages of Color #5c70ca

%22.66
%27.59
%49.75

CMYK Percentages of Color #5c70ca

%54
%45
%0
%21

Triadic Colors of #5c70ca

#5c70ca #ca5c70 #70ca5c

Analogous Colors of #5c70ca

#5c70ca #7f5cca #5ca7ca

Monochromatic Colors of #5c70ca

#5c70ca

Complementary Color

#5c70ca #cab65c

#5c70ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c70ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c70ca Color CSS Codes

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

#5c70ca Text Font Color

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

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


#5c70ca Background Color

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

This div background color is #5c70ca


#5c70ca Border Color

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

This div border color is #5c70ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c70ca


Comments

No comments written yet.

Please login to write comment.