Color Hex Logo

#7b0abd Color Hex

#7B0ABD
(123,10,189)
0 Favorites   0 Comments

Color spaces of #7b0abd

RGB 12310189
HSL0.770.900.39
HSV278°95°74°
CMYK 0.350.950.00   0.26
XYZ17.46228.102248.7876
Yxy8.10220.23490.1090
Hunter Lab28.464459.6928-81.6973
CIE-Lab34.194867.8862-66.5001

#7b0abd color RGB value is (123,10,189).

#7b0abd hex color red value is 123, green value is 10 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7b0abd hue: 0.77 , saturation: 0.90 and the lightness value of 7b0abd is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 00001010 10111101
Octal 173 12 275
Decimal 123 10 189
Hex 7B A BD

RGB Percentages of Color #7b0abd

%38.20
%3.11
%58.70

CMYK Percentages of Color #7b0abd

%35
%95
%0
%26

Triadic Colors of #7b0abd

#7b0abd #bd7b0a #0abd7b

Analogous Colors of #7b0abd

#7b0abd #bd0aa6 #220abd

Monochromatic Colors of #7b0abd

#7b0abd

Complementary Color

#7b0abd #4cbd0a

#7b0abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b0abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b0abd Color CSS Codes

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

#7b0abd Text Font Color

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

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


#7b0abd Background Color

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

This div background color is #7b0abd


#7b0abd Border Color

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

This div border color is #7b0abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b0abd


Comments

No comments written yet.

Please login to write comment.