Color Hex Logo

#7b74eb Color Hex

#7B74EB
(123,116,235)
0 Favorites   0 Comments

Color spaces of #7b74eb

RGB 123116235
HSL0.680.750.69
HSV244°51°92°
CMYK 0.480.510.00   0.08
XYZ29.409222.699981.4287
Yxy22.69990.22020.1700
Hunter Lab47.644426.8040-67.9810
CIE-Lab54.761933.1748-59.5354

#7b74eb color RGB value is (123,116,235).

#7b74eb hex color red value is 123, green value is 116 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7b74eb hue: 0.68 , saturation: 0.75 and the lightness value of 7b74eb is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 01110100 11101011
Octal 173 164 353
Decimal 123 116 235
Hex 7B 74 EB

RGB Percentages of Color #7b74eb

%25.95
%24.47
%49.58

CMYK Percentages of Color #7b74eb

%48
%51
%0
%8

Triadic Colors of #7b74eb

#7b74eb #eb7b74 #74eb7b

Analogous Colors of #7b74eb

#7b74eb #b774eb #74a9eb

Monochromatic Colors of #7b74eb

#7b74eb

Complementary Color

#7b74eb #e4eb74

#7b74eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b74eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b74eb Color CSS Codes

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

#7b74eb Text Font Color

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

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


#7b74eb Background Color

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

This div background color is #7b74eb


#7b74eb Border Color

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

This div border color is #7b74eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b74eb


Comments

No comments written yet.

Please login to write comment.