Color Hex Logo

#7f5aeb Color Hex

#7F5AEB
(127,90,235)
0 Favorites   0 Comments

Color spaces of #7f5aeb

RGB 12790235
HSL0.710.780.64
HSV255°62°92°
CMYK 0.460.620.00   0.08
XYZ27.404017.822580.5930
Yxy17.82250.21780.1417
Hunter Lab42.216741.9899-83.6348
CIE-Lab49.280148.9354-68.3636

#7f5aeb color RGB value is (127,90,235).

#7f5aeb hex color red value is 127, green value is 90 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7f5aeb hue: 0.71 , saturation: 0.78 and the lightness value of 7f5aeb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 01011010 11101011
Octal 177 132 353
Decimal 127 90 235
Hex 7F 5A EB

RGB Percentages of Color #7f5aeb

%28.10
%19.91
%51.99

CMYK Percentages of Color #7f5aeb

%46
%62
%0
%8

Triadic Colors of #7f5aeb

#7f5aeb #eb7f5a #5aeb7f

Analogous Colors of #7f5aeb

#7f5aeb #c85aeb #5a7eeb

Monochromatic Colors of #7f5aeb

#7f5aeb

Complementary Color

#7f5aeb #c6eb5a

#7f5aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f5aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f5aeb Color CSS Codes

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

#7f5aeb Text Font Color

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

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


#7f5aeb Background Color

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

This div background color is #7f5aeb


#7f5aeb Border Color

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

This div border color is #7f5aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f5aeb


Comments

No comments written yet.

Please login to write comment.