Color Hex Logo

#7121ea Color Hex

#7121EA
(113,33,234)
0 Favorites   0 Comments

Color spaces of #7121ea

RGB 11333234
HSL0.730.830.52
HSV264°86°92°
CMYK 0.520.860.00   0.08
XYZ22.205210.538978.7058
Yxy10.53890.19920.0946
Hunter Lab32.463765.2828-121.0197
CIE-Lab38.792771.7710-85.0219

#7121ea color RGB value is (113,33,234).

#7121ea hex color red value is 113, green value is 33 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7121ea hue: 0.73 , saturation: 0.83 and the lightness value of 7121ea is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100001 11101010
Octal 161 41 352
Decimal 113 33 234
Hex 71 21 EA

RGB Percentages of Color #7121ea

%29.74
%8.68
%61.58

CMYK Percentages of Color #7121ea

%52
%86
%0
%8

Triadic Colors of #7121ea

#7121ea #ea7121 #21ea71

Analogous Colors of #7121ea

#7121ea #d621ea #2135ea

Monochromatic Colors of #7121ea

#7121ea

Complementary Color

#7121ea #9aea21

#7121ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7121ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7121ea Color CSS Codes

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

#7121ea Text Font Color

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

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


#7121ea Background Color

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

This div background color is #7121ea


#7121ea Border Color

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

This div border color is #7121ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,33,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 #7121ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7121ea


Comments

No comments written yet.

Please login to write comment.