Color Hex Logo

#7b2ebe Color Hex

#7B2EBE
(123,46,190)
0 Favorites   0 Comments

Color spaces of #7b2ebe

RGB 12346190
HSL0.760.610.46
HSV272°76°75°
CMYK 0.350.760.00   0.25
XYZ18.43969.882649.6509
Yxy9.88260.23650.1267
Hunter Lab31.436649.6877-71.6369
CIE-Lab37.630958.2829-61.4732

#7b2ebe color RGB value is (123,46,190).

#7b2ebe hex color red value is 123, green value is 46 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7b2ebe hue: 0.76 , saturation: 0.61 and the lightness value of 7b2ebe is 0.46.

The process color (four color CMYK) of #7b2ebe color hex is 0.35, 0.76, 0.00, 0.25. Web safe color of #7b2ebe is #6633cc. Color #7b2ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00101110 10111110
Octal 173 56 276
Decimal 123 46 190
Hex 7B 2E BE

RGB Percentages of Color #7b2ebe

%34.26
%12.81
%52.92

CMYK Percentages of Color #7b2ebe

%35
%76
%0
%25

Triadic Colors of #7b2ebe

#7b2ebe #be7b2e #2ebe7b

Analogous Colors of #7b2ebe

#7b2ebe #be2eb9 #332ebe

Monochromatic Colors of #7b2ebe

#7b2ebe

Complementary Color

#7b2ebe #71be2e

#7b2ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b2ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b2ebe Color CSS Codes

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

#7b2ebe Text Font Color

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

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


#7b2ebe Background Color

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

This div background color is #7b2ebe


#7b2ebe Border Color

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

This div border color is #7b2ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b2ebe


Comments

No comments written yet.

Please login to write comment.