Color Hex Logo

#7e05cd Color Hex

#7E05CD
(126,5,205)
0 Favorites   0 Comments

Color spaces of #7e05cd

RGB 1265205
HSL0.770.950.41
HSV276°98°80°
CMYK 0.390.980.00   0.20
XYZ19.67798.951958.4484
Yxy8.95190.22600.1028
Hunter Lab29.919765.0381-94.8796
CIE-Lab35.891572.1196-73.0746

#7e05cd color RGB value is (126,5,205).

#7e05cd hex color red value is 126, green value is 5 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7e05cd hue: 0.77 , saturation: 0.95 and the lightness value of 7e05cd is 0.41.

The process color (four color CMYK) of #7e05cd color hex is 0.39, 0.98, 0.00, 0.20. Web safe color of #7e05cd is #6600cc. Color #7e05cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00000101 11001101
Octal 176 5 315
Decimal 126 5 205
Hex 7E 5 CD

RGB Percentages of Color #7e05cd

%37.50
%1.49
%61.01

CMYK Percentages of Color #7e05cd

%39
%98
%0
%20

Triadic Colors of #7e05cd

#7e05cd #cd7e05 #05cd7e

Analogous Colors of #7e05cd

#7e05cd #cd05b8 #1a05cd

Monochromatic Colors of #7e05cd

#7e05cd

Complementary Color

#7e05cd #54cd05

#7e05cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e05cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e05cd Color CSS Codes

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

#7e05cd Text Font Color

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

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


#7e05cd Background Color

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

This div background color is #7e05cd


#7e05cd Border Color

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

This div border color is #7e05cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e05cd


Comments

No comments written yet.

Please login to write comment.