Color Hex Logo

#7a5bee Color Hex

#7A5BEE
(122,91,238)
0 Favorites   0 Comments

Color spaces of #7a5bee

RGB 12291238
HSL0.700.810.65
HSV253°62°93°
CMYK 0.490.620.00   0.07
XYZ27.199717.792882.8897
Yxy17.79280.21270.1391
Hunter Lab42.181541.2836-86.9820
CIE-Lab49.243848.2689-70.1286

#7a5bee color RGB value is (122,91,238).

#7a5bee hex color red value is 122, green value is 91 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #7a5bee hue: 0.70 , saturation: 0.81 and the lightness value of 7a5bee is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 01011011 11101110
Octal 172 133 356
Decimal 122 91 238
Hex 7A 5B EE

RGB Percentages of Color #7a5bee

%27.05
%20.18
%52.77

CMYK Percentages of Color #7a5bee

%49
%62
%0
%7

Triadic Colors of #7a5bee

#7a5bee #ee7a5b #5bee7a

Analogous Colors of #7a5bee

#7a5bee #c45bee #5b86ee

Monochromatic Colors of #7a5bee

#7a5bee

Complementary Color

#7a5bee #cfee5b

#7a5bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a5bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a5bee Color CSS Codes

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

#7a5bee Text Font Color

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

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


#7a5bee Background Color

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

This div background color is #7a5bee


#7a5bee Border Color

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

This div border color is #7a5bee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(122,91,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7a5bee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7a5bee;
  -webkit-box-shadow: 1px 1px 3px 2px #7a5bee;
  box-shadow:         1px 1px 3px 2px #7a5bee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,91,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a5bee


Comments

No comments written yet.

Please login to write comment.