Color Hex Logo

#7142ea Color Hex

#7142EA
(113,66,234)
0 Favorites   0 Comments

Color spaces of #7142ea

RGB 11366234
HSL0.710.800.59
HSV257°72°92°
CMYK 0.520.720.00   0.08
XYZ23.609513.347779.1739
Yxy13.34770.20330.1149
Hunter Lab36.534551.4157-102.9132
CIE-Lab43.282558.7779-77.6360

#7142ea color RGB value is (113,66,234).

#7142ea hex color red value is 113, green value is 66 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7142ea hue: 0.71 , saturation: 0.80 and the lightness value of 7142ea is 0.59.

The process color (four color CMYK) of #7142ea color hex is 0.52, 0.72, 0.00, 0.08. Web safe color of #7142ea is #6633ff. Color #7142ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000010 11101010
Octal 161 102 352
Decimal 113 66 234
Hex 71 42 EA

RGB Percentages of Color #7142ea

%27.36
%15.98
%56.66

CMYK Percentages of Color #7142ea

%52
%72
%0
%8

Triadic Colors of #7142ea

#7142ea #ea7142 #42ea71

Analogous Colors of #7142ea

#7142ea #c542ea #4267ea

Monochromatic Colors of #7142ea

#7142ea

Complementary Color

#7142ea #bbea42

#7142ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7142ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7142ea Color CSS Codes

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

#7142ea Text Font Color

<p style="color:#7142ea">Text here</p>

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


#7142ea Background Color

<div style="background-color:#7142ea">
Div content here</div>

This div background color is #7142ea


#7142ea Border Color

<div style="border:3px solid #7142ea">
Div here</div>

This div border color is #7142ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,66,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7142ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7142ea;
  -webkit-box-shadow: 1px 1px 3px 2px #7142ea;
  box-shadow:         1px 1px 3px 2px #7142ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,66,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7142ea


Comments

No comments written yet.

Please login to write comment.