color codes Logo

#7b4cfc color codes

#7B4CFC
(123,76,252)
0 Favorites   0 Comments

Color spaces of #7b4cfc

RGB 12376252
HSL0.710.970.64
HSV256°70°99°
CMYK 0.510.700.00   0.01
XYZ28.323516.408193.7697
Yxy16.40810.20450.1185
Hunter Lab40.506953.9248-108.8959
CIE-Lab47.505460.2388-80.7898

#7b4cfc color RGB value is (123,76,252).

#7b4cfc hex color red value is 123, green value is 76 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #7b4cfc hue: 0.71 , saturation: 0.97 and the lightness value of 7b4cfc is 0.64.

The process color (four color CMYK) of #7b4cfc color code is 0.51, 0.70, 0.00, 0.01. Web safe color of #7b4cfc is #6633ff. Color #7b4cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01001100 11111100
Octal 173 114 374
Decimal 123 76 252
Hex 7B 4C FC

RGB Percentages of Color #7b4cfc

%27.27
%16.85
%55.88

CMYK Percentages of Color #7b4cfc

%51
%70
%0
%1

Triadic Colors of #7b4cfc

#7b4cfc #fc7b4c #4cfc7b

Analogous Colors of #7b4cfc

#7b4cfc #d34cfc #4c75fc

Monochromatic Colors of #7b4cfc

#7b4cfc

Complementary Color

#7b4cfc #cdfc4c

#7b4cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b4cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b4cfc Color CSS Codes

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

#7b4cfc Text Font Color

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

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


#7b4cfc Background Color

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

This div background color is #7b4cfc


#7b4cfc Border Color

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

This div border color is #7b4cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b4cfc


Comments

No comments written yet.

Please login to write comment.