Color Hex Logo

#7b56cc Color Hex

#7B56CC
(123,86,204)
0 Favorites   0 Comments

Color spaces of #7b56cc

RGB 12386204
HSL0.720.540.57
HSV259°58°80°
CMYK 0.400.580.00   0.20
XYZ22.395315.226258.8853
Yxy15.22620.23210.1578
Hunter Lab39.020834.1607-62.1586
CIE-Lab45.942541.8295-56.1494

#7b56cc color RGB value is (123,86,204).

#7b56cc hex color red value is 123, green value is 86 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7b56cc hue: 0.72 , saturation: 0.54 and the lightness value of 7b56cc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 01010110 11001100
Octal 173 126 314
Decimal 123 86 204
Hex 7B 56 CC

RGB Percentages of Color #7b56cc

%29.78
%20.82
%49.39

CMYK Percentages of Color #7b56cc

%40
%58
%0
%20

Triadic Colors of #7b56cc

#7b56cc #cc7b56 #56cc7b

Analogous Colors of #7b56cc

#7b56cc #b656cc #566ccc

Monochromatic Colors of #7b56cc

#7b56cc

Complementary Color

#7b56cc #a7cc56

#7b56cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b56cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b56cc Color CSS Codes

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

#7b56cc Text Font Color

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

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


#7b56cc Background Color

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

This div background color is #7b56cc


#7b56cc Border Color

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

This div border color is #7b56cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b56cc


Comments

No comments written yet.

Please login to write comment.