Color Hex Logo

#7e5fcc Color Hex

#7E5FCC
(126,95,204)
0 Favorites   0 Comments

Color spaces of #7e5fcc

RGB 12695204
HSL0.710.520.59
HSV257°53°80°
CMYK 0.380.530.00   0.20
XYZ23.595516.979759.1605
Yxy16.97970.23660.1702
Hunter Lab41.206430.1009-56.2788
CIE-Lab48.234437.3713-52.4511

#7e5fcc color RGB value is (126,95,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 01011111 11001100
Octal 176 137 314
Decimal 126 95 204
Hex 7E 5F CC

RGB Percentages of Color #7e5fcc

%29.65
%22.35
%48.00

CMYK Percentages of Color #7e5fcc

%38
%53
%0
%20

Triadic Colors of #7e5fcc

#7e5fcc #cc7e5f #5fcc7e

Analogous Colors of #7e5fcc

#7e5fcc #b55fcc #5f77cc

Monochromatic Colors of #7e5fcc

#7e5fcc

Complementary Color

#7e5fcc #adcc5f

#7e5fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e5fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e5fcc Color CSS Codes

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

#7e5fcc Text Font Color

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

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


#7e5fcc Background Color

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

This div background color is #7e5fcc


#7e5fcc Border Color

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

This div border color is #7e5fcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,95,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 #7e5fcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e5fcc


Comments

No comments written yet.

Please login to write comment.