Color Hex Logo

#7201ae Color Hex

#7201AE
(114,1,174)
0 Favorites   0 Comments

Color spaces of #7201ae

RGB 1141174
HSL0.780.990.34
HSV279°99°68°
CMYK 0.340.990.00   0.32
XYZ14.59036.655140.5600
Yxy6.65510.23610.1077
Hunter Lab25.797555.8088-75.1603
CIE-Lab31.008565.0959-62.8559

#7201ae color RGB value is (114,1,174).

#7201ae hex color red value is 114, green value is 1 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7201ae hue: 0.78 , saturation: 0.99 and the lightness value of 7201ae is 0.34.

The process color (four color CMYK) of #7201ae color hex is 0.34, 0.99, 0.00, 0.32. Web safe color of #7201ae is #660099. Color #7201ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00000001 10101110
Octal 162 1 256
Decimal 114 1 174
Hex 72 1 AE

RGB Percentages of Color #7201ae

%39.45
%0.35
%60.21

CMYK Percentages of Color #7201ae

%34
%99
%0
%32

Triadic Colors of #7201ae

#7201ae #ae7201 #01ae72

Analogous Colors of #7201ae

#7201ae #ae0194 #1b01ae

Monochromatic Colors of #7201ae

#7201ae

Complementary Color

#7201ae #3dae01

#7201ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7201ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7201ae Color CSS Codes

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

#7201ae Text Font Color

<p style="color:#7201ae">Text here</p>

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


#7201ae Background Color

<div style="background-color:#7201ae">
Div content here</div>

This div background color is #7201ae


#7201ae Border Color

<div style="border:3px solid #7201ae">
Div here</div>

This div border color is #7201ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,1,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7201ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7201ae;
  -webkit-box-shadow: 1px 1px 3px 2px #7201ae;
  box-shadow:         1px 1px 3px 2px #7201ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7201ae


Comments

No comments written yet.

Please login to write comment.