Color Hex Logo

#7b53cd Color Hex

#7B53CD
(123,83,205)
0 Favorites   0 Comments

Color spaces of #7b53cd

RGB 12383205
HSL0.720.550.56
HSV260°60°80°
CMYK 0.400.600.00   0.20
XYZ22.281114.805259.4410
Yxy14.80520.23080.1534
Hunter Lab38.477536.0279-64.6583
CIE-Lab45.366243.7875-57.6538

#7b53cd color RGB value is (123,83,205).

#7b53cd hex color red value is 123, green value is 83 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7b53cd hue: 0.72 , saturation: 0.55 and the lightness value of 7b53cd is 0.56.

The process color (four color CMYK) of #7b53cd color hex is 0.40, 0.60, 0.00, 0.20. Web safe color of #7b53cd is #6666cc. Color #7b53cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01010011 11001101
Octal 173 123 315
Decimal 123 83 205
Hex 7B 53 CD

RGB Percentages of Color #7b53cd

%29.93
%20.19
%49.88

CMYK Percentages of Color #7b53cd

%40
%60
%0
%20

Triadic Colors of #7b53cd

#7b53cd #cd7b53 #53cd7b

Analogous Colors of #7b53cd

#7b53cd #b853cd #5368cd

Monochromatic Colors of #7b53cd

#7b53cd

Complementary Color

#7b53cd #a5cd53

#7b53cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b53cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b53cd Color CSS Codes

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

#7b53cd Text Font Color

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

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


#7b53cd Background Color

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

This div background color is #7b53cd


#7b53cd Border Color

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

This div border color is #7b53cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b53cd


Comments

No comments written yet.

Please login to write comment.