Color Hex Logo

#7b15ef Color Hex

#7B15EF
(123,21,239)
0 Favorites   0 Comments

Color spaces of #7b15ef

RGB 12321239
HSL0.740.870.51
HSV268°91°94°
CMYK 0.490.910.00   0.06
XYZ24.016510.979382.5148
Yxy10.97930.20440.0934
Hunter Lab33.135071.3918-124.4529
CIE-Lab39.545676.6813-86.5740

#7b15ef color RGB value is (123,21,239).

#7b15ef hex color red value is 123, green value is 21 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7b15ef hue: 0.74 , saturation: 0.87 and the lightness value of 7b15ef is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 00010101 11101111
Octal 173 25 357
Decimal 123 21 239
Hex 7B 15 EF

RGB Percentages of Color #7b15ef

%32.11
%5.48
%62.40

CMYK Percentages of Color #7b15ef

%49
%91
%0
%6

Triadic Colors of #7b15ef

#7b15ef #ef7b15 #15ef7b

Analogous Colors of #7b15ef

#7b15ef #e815ef #151cef

Monochromatic Colors of #7b15ef

#7b15ef

Complementary Color

#7b15ef #89ef15

#7b15ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b15ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b15ef Color CSS Codes

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

#7b15ef Text Font Color

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

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


#7b15ef Background Color

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

This div background color is #7b15ef


#7b15ef Border Color

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

This div border color is #7b15ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b15ef


Comments

No comments written yet.

Please login to write comment.