Color Hex Logo

#7e03ca Color Hex

#7E03CA
(126,3,202)
0 Favorites   0 Comments

Color spaces of #7e03ca

RGB 1263202
HSL0.770.970.40
HSV277°99°79°
CMYK 0.380.990.00   0.21
XYZ19.29748.765056.5518
Yxy8.76500.22810.1036
Hunter Lab29.605764.5385-92.5296
CIE-Lab35.527871.7683-71.9241

#7e03ca color RGB value is (126,3,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 00000011 11001010
Octal 176 3 312
Decimal 126 3 202
Hex 7E 3 CA

RGB Percentages of Color #7e03ca

%38.07
%0.91
%61.03

CMYK Percentages of Color #7e03ca

%38
%99
%0
%21

Triadic Colors of #7e03ca

#7e03ca #ca7e03 #03ca7e

Analogous Colors of #7e03ca

#7e03ca #ca03b3 #1b03ca

Monochromatic Colors of #7e03ca

#7e03ca

Complementary Color

#7e03ca #4fca03

#7e03ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e03ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e03ca Color CSS Codes

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

#7e03ca Text Font Color

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

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


#7e03ca Background Color

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

This div background color is #7e03ca


#7e03ca Border Color

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

This div border color is #7e03ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e03ca


Comments

No comments written yet.

Please login to write comment.