Color Hex Logo

#7f1aeb Color Hex

#7F1AEB
(127,26,235)
0 Favorites   0 Comments

Color spaces of #7f1aeb

RGB 12726235
HSL0.750.840.51
HSV269°89°92°
CMYK 0.460.890.00   0.08
XYZ24.117211.249079.4974
Yxy11.24900.21000.0979
Hunter Lab33.539569.6595-117.0550
CIE-Lab39.996775.1779-83.5459

#7f1aeb color RGB value is (127,26,235).

#7f1aeb hex color red value is 127, green value is 26 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7f1aeb hue: 0.75 , saturation: 0.84 and the lightness value of 7f1aeb is 0.51.

The process color (four color CMYK) of #7f1aeb color hex is 0.46, 0.89, 0.00, 0.08. Web safe color of #7f1aeb is #6633ff. Color #7f1aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 00011010 11101011
Octal 177 32 353
Decimal 127 26 235
Hex 7F 1A EB

RGB Percentages of Color #7f1aeb

%32.73
%6.70
%60.57

CMYK Percentages of Color #7f1aeb

%46
%89
%0
%8

Triadic Colors of #7f1aeb

#7f1aeb #eb7f1a #1aeb7f

Analogous Colors of #7f1aeb

#7f1aeb #e81aeb #1a1eeb

Monochromatic Colors of #7f1aeb

#7f1aeb

Complementary Color

#7f1aeb #86eb1a

#7f1aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f1aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f1aeb Color CSS Codes

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

#7f1aeb Text Font Color

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

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


#7f1aeb Background Color

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

This div background color is #7f1aeb


#7f1aeb Border Color

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

This div border color is #7f1aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f1aeb


Comments

No comments written yet.

Please login to write comment.