Color Hex Logo

#7c0aeb Color Hex

#7C0AEB
(124,10,235)
0 Favorites   0 Comments

Color spaces of #7c0aeb

RGB 12410235
HSL0.750.920.48
HSV270°96°92°
CMYK 0.470.960.00   0.08
XYZ23.416110.500379.3899
Yxy10.50030.20670.0927
Hunter Lab32.404272.2815-122.5770
CIE-Lab38.725877.5586-85.6559

#7c0aeb color RGB value is (124,10,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 00001010 11101011
Octal 174 12 353
Decimal 124 10 235
Hex 7C A EB

RGB Percentages of Color #7c0aeb

%33.60
%2.71
%63.69

CMYK Percentages of Color #7c0aeb

%47
%96
%0
%8

Triadic Colors of #7c0aeb

#7c0aeb #eb7c0a #0aeb7c

Analogous Colors of #7c0aeb

#7c0aeb #eb0aea #0c0aeb

Monochromatic Colors of #7c0aeb

#7c0aeb

Complementary Color

#7c0aeb #79eb0a

#7c0aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c0aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c0aeb Color CSS Codes

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

#7c0aeb Text Font Color

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

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


#7c0aeb Background Color

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

This div background color is #7c0aeb


#7c0aeb Border Color

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

This div border color is #7c0aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c0aeb


Comments

No comments written yet.

Please login to write comment.