Color Hex Logo

#7e5fdc Color Hex

#7E5FDC
(126,95,220)
0 Favorites   0 Comments

Color spaces of #7e5fdc

RGB 12695220
HSL0.710.640.62
HSV255°57°86°
CMYK 0.430.570.00   0.14
XYZ25.614717.787369.7934
Yxy17.78730.22630.1571
Hunter Lab42.175034.6045-68.5937
CIE-Lab49.237141.7692-59.9662

#7e5fdc color RGB value is (126,95,220).

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

The process color (four color CMYK) of #7e5fdc color hex is 0.43, 0.57, 0.00, 0.14. Web safe color of #7e5fdc is #6666cc. Color #7e5fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01011111 11011100
Octal 176 137 334
Decimal 126 95 220
Hex 7E 5F DC

RGB Percentages of Color #7e5fdc

%28.57
%21.54
%49.89

CMYK Percentages of Color #7e5fdc

%43
%57
%0
%14

Triadic Colors of #7e5fdc

#7e5fdc #dc7e5f #5fdc7e

Analogous Colors of #7e5fdc

#7e5fdc #bd5fdc #5f7fdc

Monochromatic Colors of #7e5fdc

#7e5fdc

Complementary Color

#7e5fdc #bddc5f

#7e5fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e5fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e5fdc Color CSS Codes

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

#7e5fdc Text Font Color

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

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


#7e5fdc Background Color

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

This div background color is #7e5fdc


#7e5fdc Border Color

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

This div border color is #7e5fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e5fdc


Comments

No comments written yet.

Please login to write comment.