Color Hex Logo

#7b1eeb Color Hex

#7B1EEB
(123,30,235)
0 Favorites   0 Comments

Color spaces of #7b1eeb

RGB 12330235
HSL0.740.840.52
HSV267°87°92°
CMYK 0.480.870.00   0.08
XYZ23.628011.137779.5017
Yxy11.13770.20680.0975
Hunter Lab33.373267.9737-117.8795
CIE-Lab39.811473.8216-83.8686

#7b1eeb color RGB value is (123,30,235).

#7b1eeb hex color red value is 123, green value is 30 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7b1eeb hue: 0.74 , saturation: 0.84 and the lightness value of 7b1eeb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 00011110 11101011
Octal 173 36 353
Decimal 123 30 235
Hex 7B 1E EB

RGB Percentages of Color #7b1eeb

%31.70
%7.73
%60.57

CMYK Percentages of Color #7b1eeb

%48
%87
%0
%8

Triadic Colors of #7b1eeb

#7b1eeb #eb7b1e #1eeb7b

Analogous Colors of #7b1eeb

#7b1eeb #e21eeb #1e27eb

Monochromatic Colors of #7b1eeb

#7b1eeb

Complementary Color

#7b1eeb #8eeb1e

#7b1eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b1eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b1eeb Color CSS Codes

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

#7b1eeb Text Font Color

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

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


#7b1eeb Background Color

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

This div background color is #7b1eeb


#7b1eeb Border Color

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

This div border color is #7b1eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b1eeb


Comments

No comments written yet.

Please login to write comment.