Color Hex Logo

#7b53bf Color Hex

#7B53BF
(123,83,191)
0 Favorites   0 Comments

Color spaces of #7b53bf

RGB 12383191
HSL0.730.460.54
HSV262°57°75°
CMYK 0.360.570.00   0.25
XYZ20.665614.159150.9340
Yxy14.15910.24100.1651
Hunter Lab37.628632.1821-53.9149
CIE-Lab44.460240.0538-51.0133

#7b53bf color RGB value is (123,83,191).

#7b53bf hex color red value is 123, green value is 83 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7b53bf hue: 0.73 , saturation: 0.46 and the lightness value of 7b53bf is 0.54.

The process color (four color CMYK) of #7b53bf color hex is 0.36, 0.57, 0.00, 0.25. Web safe color of #7b53bf is #6666cc. Color #7b53bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01010011 10111111
Octal 173 123 277
Decimal 123 83 191
Hex 7B 53 BF

RGB Percentages of Color #7b53bf

%30.98
%20.91
%48.11

CMYK Percentages of Color #7b53bf

%36
%57
%0
%25

Triadic Colors of #7b53bf

#7b53bf #bf7b53 #53bf7b

Analogous Colors of #7b53bf

#7b53bf #b153bf #5361bf

Monochromatic Colors of #7b53bf

#7b53bf

Complementary Color

#7b53bf #97bf53

#7b53bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b53bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b53bf Color CSS Codes

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

#7b53bf Text Font Color

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

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


#7b53bf Background Color

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

This div background color is #7b53bf


#7b53bf Border Color

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

This div border color is #7b53bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b53bf


Comments

No comments written yet.

Please login to write comment.