Color Hex Logo

#7e5fcb Color Hex

#7E5FCB
(126,95,203)
0 Favorites   0 Comments

Color spaces of #7e5fcb

RGB 12695203
HSL0.710.510.58
HSV257°53°80°
CMYK 0.380.530.00   0.20
XYZ23.475916.931858.5308
Yxy16.93180.23730.1711
Hunter Lab41.148329.8283-55.5325
CIE-Lab48.174037.1001-51.9743

#7e5fcb color RGB value is (126,95,203).

#7e5fcb hex color red value is 126, green value is 95 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7e5fcb hue: 0.71 , saturation: 0.51 and the lightness value of 7e5fcb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 01011111 11001011
Octal 176 137 313
Decimal 126 95 203
Hex 7E 5F CB

RGB Percentages of Color #7e5fcb

%29.72
%22.41
%47.88

CMYK Percentages of Color #7e5fcb

%38
%53
%0
%20

Triadic Colors of #7e5fcb

#7e5fcb #cb7e5f #5fcb7e

Analogous Colors of #7e5fcb

#7e5fcb #b45fcb #5f76cb

Monochromatic Colors of #7e5fcb

#7e5fcb

Complementary Color

#7e5fcb #accb5f

#7e5fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e5fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e5fcb Color CSS Codes

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

#7e5fcb Text Font Color

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

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


#7e5fcb Background Color

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

This div background color is #7e5fcb


#7e5fcb Border Color

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

This div border color is #7e5fcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,95,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7e5fcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7e5fcb;
  -webkit-box-shadow: 1px 1px 3px 2px #7e5fcb;
  box-shadow:         1px 1px 3px 2px #7e5fcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,95,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e5fcb


Comments

No comments written yet.

Please login to write comment.