Color Hex Logo

#7c10eb Color Hex

#7C10EB
(124,16,235)
0 Favorites   0 Comments

Color spaces of #7c10eb

RGB 12416235
HSL0.750.870.49
HSV270°93°92°
CMYK 0.470.930.00   0.08
XYZ23.492910.653879.4154
Yxy10.65380.20690.0938
Hunter Lab32.640271.3559-121.4079
CIE-Lab38.991276.7570-85.2177

#7c10eb color RGB value is (124,16,235).

#7c10eb hex color red value is 124, green value is 16 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7c10eb hue: 0.75 , saturation: 0.87 and the lightness value of 7c10eb is 0.49.

The process color (four color CMYK) of #7c10eb color hex is 0.47, 0.93, 0.00, 0.08. Web safe color of #7c10eb is #6600ff. Color #7c10eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00010000 11101011
Octal 174 20 353
Decimal 124 16 235
Hex 7C 10 EB

RGB Percentages of Color #7c10eb

%33.07
%4.27
%62.67

CMYK Percentages of Color #7c10eb

%47
%93
%0
%8

Triadic Colors of #7c10eb

#7c10eb #eb7c10 #10eb7c

Analogous Colors of #7c10eb

#7c10eb #ea10eb #1012eb

Monochromatic Colors of #7c10eb

#7c10eb

Complementary Color

#7c10eb #7feb10

#7c10eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c10eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c10eb Color CSS Codes

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

#7c10eb Text Font Color

<p style="color:#7c10eb">Text here</p>

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


#7c10eb Background Color

<div style="background-color:#7c10eb">
Div content here</div>

This div background color is #7c10eb


#7c10eb Border Color

<div style="border:3px solid #7c10eb">
Div here</div>

This div border color is #7c10eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,16,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7c10eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7c10eb;
  -webkit-box-shadow: 1px 1px 3px 2px #7c10eb;
  box-shadow:         1px 1px 3px 2px #7c10eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,16,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c10eb


Comments

No comments written yet.

Please login to write comment.