Color Hex Logo

#7b53ec Color Hex

#7B53EC
(123,83,236)
0 Favorites   0 Comments

Color spaces of #7b53ec

RGB 12383236
HSL0.710.800.63
HSV256°65°93°
CMYK 0.480.650.00   0.07
XYZ26.402016.453681.1412
Yxy16.45360.21290.1327
Hunter Lab40.563045.1982-90.2080
CIE-Lab47.564152.2562-71.7316

#7b53ec color RGB value is (123,83,236).

#7b53ec hex color red value is 123, green value is 83 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7b53ec hue: 0.71 , saturation: 0.80 and the lightness value of 7b53ec is 0.63.

The process color (four color CMYK) of #7b53ec color hex is 0.48, 0.65, 0.00, 0.07. Web safe color of #7b53ec is #6666ff. Color #7b53ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01010011 11101100
Octal 173 123 354
Decimal 123 83 236
Hex 7B 53 EC

RGB Percentages of Color #7b53ec

%27.83
%18.78
%53.39

CMYK Percentages of Color #7b53ec

%48
%65
%0
%7

Triadic Colors of #7b53ec

#7b53ec #ec7b53 #53ec7b

Analogous Colors of #7b53ec

#7b53ec #c853ec #5378ec

Monochromatic Colors of #7b53ec

#7b53ec

Complementary Color

#7b53ec #c4ec53

#7b53ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b53ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b53ec Color CSS Codes

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

#7b53ec Text Font Color

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

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


#7b53ec Background Color

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

This div background color is #7b53ec


#7b53ec Border Color

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

This div border color is #7b53ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b53ec


Comments

No comments written yet.

Please login to write comment.