Color Hex Logo

#7b44ce Color Hex

#7B44CE
(123,68,206)
0 Favorites   0 Comments

Color spaces of #7b44ce

RGB 12368206
HSL0.730.580.54
HSV264°67°81°
CMYK 0.400.670.00   0.19
XYZ21.376112.801459.7368
Yxy12.80140.22760.1363
Hunter Lab35.779044.0310-73.9454
CIE-Lab42.462552.0718-62.9310

#7b44ce color RGB value is (123,68,206).

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

The process color (four color CMYK) of #7b44ce color hex is 0.40, 0.67, 0.00, 0.19. Web safe color of #7b44ce is #6633cc. Color #7b44ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01000100 11001110
Octal 173 104 316
Decimal 123 68 206
Hex 7B 44 CE

RGB Percentages of Color #7b44ce

%30.98
%17.13
%51.89

CMYK Percentages of Color #7b44ce

%40
%67
%0
%19

Triadic Colors of #7b44ce

#7b44ce #ce7b44 #44ce7b

Analogous Colors of #7b44ce

#7b44ce #c044ce #4452ce

Monochromatic Colors of #7b44ce

#7b44ce

Complementary Color

#7b44ce #97ce44

#7b44ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b44ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b44ce Color CSS Codes

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

#7b44ce Text Font Color

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

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


#7b44ce Background Color

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

This div background color is #7b44ce


#7b44ce Border Color

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

This div border color is #7b44ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b44ce


Comments

No comments written yet.

Please login to write comment.