Color Hex Logo

#7b0fbe Color Hex

#7B0FBE
(123,15,190)
0 Favorites   0 Comments

Color spaces of #7b0fbe

RGB 12315190
HSL0.770.850.40
HSV277°92°75°
CMYK 0.350.920.00   0.25
XYZ17.63358.270349.3821
Yxy8.27030.23420.1099
Hunter Lab28.758159.1234-81.6793
CIE-Lab34.539667.3266-66.5248

#7b0fbe color RGB value is (123,15,190).

#7b0fbe hex color red value is 123, green value is 15 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7b0fbe hue: 0.77 , saturation: 0.85 and the lightness value of 7b0fbe is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 00001111 10111110
Octal 173 17 276
Decimal 123 15 190
Hex 7B F BE

RGB Percentages of Color #7b0fbe

%37.50
%4.57
%57.93

CMYK Percentages of Color #7b0fbe

%35
%92
%0
%25

Triadic Colors of #7b0fbe

#7b0fbe #be7b0f #0fbe7b

Analogous Colors of #7b0fbe

#7b0fbe #be0faa #230fbe

Monochromatic Colors of #7b0fbe

#7b0fbe

Complementary Color

#7b0fbe #52be0f

#7b0fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b0fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b0fbe Color CSS Codes

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

#7b0fbe Text Font Color

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

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


#7b0fbe Background Color

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

This div background color is #7b0fbe


#7b0fbe Border Color

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

This div border color is #7b0fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b0fbe


Comments

No comments written yet.

Please login to write comment.