Color Hex Logo

#7222ee Color Hex

#7222EE
(114,34,238)
0 Favorites   0 Comments

Color spaces of #7222ee

RGB 11434238
HSL0.730.860.53
HSV264°86°93°
CMYK 0.520.860.00   0.07
XYZ22.944110.894581.7825
Yxy10.89450.19840.0942
Hunter Lab33.006866.3192-123.8008
CIE-Lab39.402272.5225-86.2802

#7222ee color RGB value is (114,34,238).

#7222ee hex color red value is 114, green value is 34 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #7222ee hue: 0.73 , saturation: 0.86 and the lightness value of 7222ee is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00100010 11101110
Octal 162 42 356
Decimal 114 34 238
Hex 72 22 EE

RGB Percentages of Color #7222ee

%29.53
%8.81
%61.66

CMYK Percentages of Color #7222ee

%52
%86
%0
%7

Triadic Colors of #7222ee

#7222ee #ee7222 #22ee72

Analogous Colors of #7222ee

#7222ee #d822ee #2238ee

Monochromatic Colors of #7222ee

#7222ee

Complementary Color

#7222ee #9eee22

#7222ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7222ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7222ee Color CSS Codes

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

#7222ee Text Font Color

<p style="color:#7222ee">Text here</p>

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


#7222ee Background Color

<div style="background-color:#7222ee">
Div content here</div>

This div background color is #7222ee


#7222ee Border Color

<div style="border:3px solid #7222ee">
Div here</div>

This div border color is #7222ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,34,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7222ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7222ee;
  -webkit-box-shadow: 1px 1px 3px 2px #7222ee;
  box-shadow:         1px 1px 3px 2px #7222ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,34,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7222ee


Comments

No comments written yet.

Please login to write comment.