Color Hex Logo

#5c55ec Color Hex

#5C55EC
(92,85,236)
0 Favorites   0 Comments

Color spaces of #5c55ec

RGB 9285236
HSL0.670.800.63
HSV243°64°93°
CMYK 0.610.640.00   0.07
XYZ22.802514.828481.0172
Yxy14.82840.19220.1250
Hunter Lab38.507738.3112-97.7863
CIE-Lab45.398346.0357-75.3733

#5c55ec color RGB value is (92,85,236).

#5c55ec hex color red value is 92, green value is 85 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5c55ec hue: 0.67 , saturation: 0.80 and the lightness value of 5c55ec is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 01010101 11101100
Octal 134 125 354
Decimal 92 85 236
Hex 5C 55 EC

RGB Percentages of Color #5c55ec

%22.28
%20.58
%57.14

CMYK Percentages of Color #5c55ec

%61
%64
%0
%7

Triadic Colors of #5c55ec

#5c55ec #ec5c55 #55ec5c

Analogous Colors of #5c55ec

#5c55ec #a855ec #559aec

Monochromatic Colors of #5c55ec

#5c55ec

Complementary Color

#5c55ec #e5ec55

#5c55ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c55ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c55ec Color CSS Codes

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

#5c55ec Text Font Color

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

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


#5c55ec Background Color

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

This div background color is #5c55ec


#5c55ec Border Color

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

This div border color is #5c55ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c55ec


Comments

No comments written yet.

Please login to write comment.