Color Hex Logo

#7b5fef Color Hex

#7B5FEF
(123,95,239)
0 Favorites   0 Comments

Color spaces of #7b5fef

RGB 12395239
HSL0.700.820.65
HSV252°60°94°
CMYK 0.490.600.00   0.06
XYZ27.840618.627483.7894
Yxy18.62740.21370.1430
Hunter Lab43.159539.6148-84.8934
CIE-Lab50.248446.5067-69.0549

#7b5fef color RGB value is (123,95,239).

#7b5fef hex color red value is 123, green value is 95 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7b5fef hue: 0.70 , saturation: 0.82 and the lightness value of 7b5fef is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 01011111 11101111
Octal 173 137 357
Decimal 123 95 239
Hex 7B 5F EF

RGB Percentages of Color #7b5fef

%26.91
%20.79
%52.30

CMYK Percentages of Color #7b5fef

%49
%60
%0
%6

Triadic Colors of #7b5fef

#7b5fef #ef7b5f #5fef7b

Analogous Colors of #7b5fef

#7b5fef #c35fef #5f8bef

Monochromatic Colors of #7b5fef

#7b5fef

Complementary Color

#7b5fef #d3ef5f

#7b5fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b5fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b5fef Color CSS Codes

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

#7b5fef Text Font Color

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

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


#7b5fef Background Color

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

This div background color is #7b5fef


#7b5fef Border Color

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

This div border color is #7b5fef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(123,95,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7b5fef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7b5fef;
  -webkit-box-shadow: 1px 1px 3px 2px #7b5fef;
  box-shadow:         1px 1px 3px 2px #7b5fef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,95,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b5fef


Comments

No comments written yet.

Please login to write comment.