Color Hex Logo

#7b53de Color Hex

#7B53DE
(123,83,222)
0 Favorites   0 Comments

Color spaces of #7b53de

RGB 12383222
HSL0.710.680.60
HSV257°63°87°
CMYK 0.450.630.00   0.13
XYZ24.446515.671470.8437
Yxy15.67140.22030.1412
Hunter Lab39.587140.9528-78.3923
CIE-Lab46.540448.4066-65.4765

#7b53de color RGB value is (123,83,222).

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

The process color (four color CMYK) of #7b53de color hex is 0.45, 0.63, 0.00, 0.13. Web safe color of #7b53de is #6666cc. Color #7b53de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01010011 11011110
Octal 173 123 336
Decimal 123 83 222
Hex 7B 53 DE

RGB Percentages of Color #7b53de

%28.74
%19.39
%51.87

CMYK Percentages of Color #7b53de

%45
%63
%0
%13

Triadic Colors of #7b53de

#7b53de #de7b53 #53de7b

Analogous Colors of #7b53de

#7b53de #c153de #5371de

Monochromatic Colors of #7b53de

#7b53de

Complementary Color

#7b53de #b6de53

#7b53de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b53de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b53de Color CSS Codes

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

#7b53de Text Font Color

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

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


#7b53de Background Color

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

This div background color is #7b53de


#7b53de Border Color

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

This div border color is #7b53de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b53de


Comments

No comments written yet.

Please login to write comment.