Color Hex Logo

#7b09ef Color Hex

#7B09EF
(123,9,239)
0 Favorites   0 Comments

Color spaces of #7b09ef

RGB 1239239
HSL0.750.930.49
HSV270°96°94°
CMYK 0.490.960.00   0.06
XYZ23.846110.638382.4579
Yxy10.63830.20390.0910
Hunter Lab32.616473.4240-127.0602
CIE-Lab38.964578.4367-87.5340

#7b09ef color RGB value is (123,9,239).

#7b09ef hex color red value is 123, green value is 9 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7b09ef hue: 0.75 , saturation: 0.93 and the lightness value of 7b09ef is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 00001001 11101111
Octal 173 11 357
Decimal 123 9 239
Hex 7B 9 EF

RGB Percentages of Color #7b09ef

%33.15
%2.43
%64.42

CMYK Percentages of Color #7b09ef

%49
%96
%0
%6

Triadic Colors of #7b09ef

#7b09ef #ef7b09 #09ef7b

Analogous Colors of #7b09ef

#7b09ef #ee09ef #090aef

Monochromatic Colors of #7b09ef

#7b09ef

Complementary Color

#7b09ef #7def09

#7b09ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b09ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b09ef Color CSS Codes

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

#7b09ef Text Font Color

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

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


#7b09ef Background Color

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

This div background color is #7b09ef


#7b09ef Border Color

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

This div border color is #7b09ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b09ef


Comments

No comments written yet.

Please login to write comment.