Color Hex Logo

#7c0eeb Color Hex

#7C0EEB
(124,14,235)
0 Favorites   0 Comments

Color spaces of #7c0eeb

RGB 12414235
HSL0.750.890.49
HSV270°94°92°
CMYK 0.470.940.00   0.08
XYZ23.464610.597379.4060
Yxy10.59730.20680.0934
Hunter Lab32.553571.6944-121.8355
CIE-Lab38.893877.0507-85.3785

#7c0eeb color RGB value is (124,14,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 00001110 11101011
Octal 174 16 353
Decimal 124 14 235
Hex 7C E EB

RGB Percentages of Color #7c0eeb

%33.24
%3.75
%63.00

CMYK Percentages of Color #7c0eeb

%47
%94
%0
%8

Triadic Colors of #7c0eeb

#7c0eeb #eb7c0e #0eeb7c

Analogous Colors of #7c0eeb

#7c0eeb #eb0eeb #0e0feb

Monochromatic Colors of #7c0eeb

#7c0eeb

Complementary Color

#7c0eeb #7deb0e

#7c0eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c0eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c0eeb Color CSS Codes

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

#7c0eeb Text Font Color

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

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


#7c0eeb Background Color

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

This div background color is #7c0eeb


#7c0eeb Border Color

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

This div border color is #7c0eeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,14,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 #7c0eeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c0eeb


Comments

No comments written yet.

Please login to write comment.