Color Hex Logo

#5c00dc Color Hex

#5C00DC
(92,0,220)
0 Favorites   0 Comments

Color spaces of #5c00dc

RGB 920220
HSL0.741.000.43
HSV265°100°86°
CMYK 0.581.000.00   0.14
XYZ17.33197.442668.2332
Yxy7.44260.18630.0800
Hunter Lab27.281165.6604-129.1942
CIE-Lab32.794073.2156-87.0218

#5c00dc color RGB value is (92,0,220).

#5c00dc hex color red value is 92, green value is 0 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5c00dc hue: 0.74 , saturation: 1.00 and the lightness value of 5c00dc is 0.43.

The process color (four color CMYK) of #5c00dc color hex is 0.58, 1.00, 0.00, 0.14. Web safe color of #5c00dc is #6600cc. Color #5c00dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 00000000 11011100
Octal 134 0 334
Decimal 92 0 220
Hex 5C 0 DC

RGB Percentages of Color #5c00dc

%29.49
%0.00
%70.51

CMYK Percentages of Color #5c00dc

%58
%100
%0
%14

Triadic Colors of #5c00dc

#5c00dc #dc5c00 #00dc5c

Analogous Colors of #5c00dc

#5c00dc #ca00dc #0012dc

Monochromatic Colors of #5c00dc

#5c00dc

Complementary Color

#5c00dc #80dc00

#5c00dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c00dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c00dc Color CSS Codes

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

#5c00dc Text Font Color

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

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


#5c00dc Background Color

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

This div background color is #5c00dc


#5c00dc Border Color

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

This div border color is #5c00dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c00dc


Comments

No comments written yet.

Please login to write comment.