Color Hex Logo

#7e03cd Color Hex

#7E03CD
(126,3,205)
0 Favorites   0 Comments

Color spaces of #7e03cd

RGB 1263205
HSL0.770.970.41
HSV277°99°80°
CMYK 0.390.990.00   0.20
XYZ19.65628.908558.4411
Yxy8.90850.22590.1024
Hunter Lab29.847165.3210-95.1978
CIE-Lab35.807572.3729-73.2126

#7e03cd color RGB value is (126,3,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 00000011 11001101
Octal 176 3 315
Decimal 126 3 205
Hex 7E 3 CD

RGB Percentages of Color #7e03cd

%37.72
%0.90
%61.38

CMYK Percentages of Color #7e03cd

%39
%99
%0
%20

Triadic Colors of #7e03cd

#7e03cd #cd7e03 #03cd7e

Analogous Colors of #7e03cd

#7e03cd #cd03b7 #1903cd

Monochromatic Colors of #7e03cd

#7e03cd

Complementary Color

#7e03cd #52cd03

#7e03cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e03cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e03cd Color CSS Codes

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

#7e03cd Text Font Color

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

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


#7e03cd Background Color

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

This div background color is #7e03cd


#7e03cd Border Color

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

This div border color is #7e03cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e03cd


Comments

No comments written yet.

Please login to write comment.