Color Hex Logo

#7b4fcf Color Hex

#7B4FCF
(123,79,207)
0 Favorites   0 Comments

Color spaces of #7b4fcf

RGB 12379207
HSL0.720.570.56
HSV261°62°81°
CMYK 0.410.620.00   0.19
XYZ22.226814.307960.6217
Yxy14.30790.22880.1473
Hunter Lab37.825838.6932-68.5434
CIE-Lab44.671346.5322-59.9272

#7b4fcf color RGB value is (123,79,207).

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

The process color (four color CMYK) of #7b4fcf color hex is 0.41, 0.62, 0.00, 0.19. Web safe color of #7b4fcf is #6666cc. Color #7b4fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01001111 11001111
Octal 173 117 317
Decimal 123 79 207
Hex 7B 4F CF

RGB Percentages of Color #7b4fcf

%30.07
%19.32
%50.61

CMYK Percentages of Color #7b4fcf

%41
%62
%0
%19

Triadic Colors of #7b4fcf

#7b4fcf #cf7b4f #4fcf7b

Analogous Colors of #7b4fcf

#7b4fcf #bb4fcf #4f63cf

Monochromatic Colors of #7b4fcf

#7b4fcf

Complementary Color

#7b4fcf #a3cf4f

#7b4fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b4fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b4fcf Color CSS Codes

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

#7b4fcf Text Font Color

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

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


#7b4fcf Background Color

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

This div background color is #7b4fcf


#7b4fcf Border Color

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

This div border color is #7b4fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b4fcf


Comments

No comments written yet.

Please login to write comment.