Color Hex Logo

#5c42cd Color Hex

#5C42CD
(92,66,205)
0 Favorites   0 Comments

Color spaces of #5c42cd

RGB 9266205
HSL0.700.580.53
HSV251°68°80°
CMYK 0.550.680.00   0.20
XYZ17.381310.579558.8836
Yxy10.57950.20010.1218
Hunter Lab32.526138.4660-84.5672
CIE-Lab38.863047.3251-68.3537

#5c42cd color RGB value is (92,66,205).

#5c42cd hex color red value is 92, green value is 66 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5c42cd hue: 0.70 , saturation: 0.58 and the lightness value of 5c42cd is 0.53.

The process color (four color CMYK) of #5c42cd color hex is 0.55, 0.68, 0.00, 0.20. Web safe color of #5c42cd is #6633cc. Color #5c42cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 01000010 11001101
Octal 134 102 315
Decimal 92 66 205
Hex 5C 42 CD

RGB Percentages of Color #5c42cd

%25.34
%18.18
%56.47

CMYK Percentages of Color #5c42cd

%55
%68
%0
%20

Triadic Colors of #5c42cd

#5c42cd #cd5c42 #42cd5c

Analogous Colors of #5c42cd

#5c42cd #a242cd #426ecd

Monochromatic Colors of #5c42cd

#5c42cd

Complementary Color

#5c42cd #b3cd42

#5c42cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c42cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c42cd Color CSS Codes

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

#5c42cd Text Font Color

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

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


#5c42cd Background Color

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

This div background color is #5c42cd


#5c42cd Border Color

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

This div border color is #5c42cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c42cd


Comments

No comments written yet.

Please login to write comment.