Color Hex Logo

#7181fe Color Hex

#7181FE
(113,129,254)
0 Favorites   0 Comments

Color spaces of #7181fe

RGB 113129254
HSL0.650.990.72
HSV233°56°100°
CMYK 0.560.490.00   0.00
XYZ32.549726.367097.1397
Yxy26.36700.20860.1690
Hunter Lab51.348823.2897-76.2184
CIE-Lab58.383829.1962-64.2868

#7181fe color RGB value is (113,129,254).

#7181fe hex color red value is 113, green value is 129 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7181fe hue: 0.65 , saturation: 0.99 and the lightness value of 7181fe is 0.72.

The process color (four color CMYK) of #7181fe color hex is 0.56, 0.49, 0.00, 0.00. Web safe color of #7181fe is #6699ff. Color #7181fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000001 11111110
Octal 161 201 376
Decimal 113 129 254
Hex 71 81 FE

RGB Percentages of Color #7181fe

%22.78
%26.01
%51.21

CMYK Percentages of Color #7181fe

%56
%49
%0
%0

Triadic Colors of #7181fe

#7181fe #fe7181 #81fe71

Analogous Colors of #7181fe

#7181fe #a871fe #71c8fe

Monochromatic Colors of #7181fe

#7181fe

Complementary Color

#7181fe #feee71

#7181fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7181fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7181fe Color CSS Codes

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

#7181fe Text Font Color

<p style="color:#7181fe">Text here</p>

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


#7181fe Background Color

<div style="background-color:#7181fe">
Div content here</div>

This div background color is #7181fe


#7181fe Border Color

<div style="border:3px solid #7181fe">
Div here</div>

This div border color is #7181fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,129,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7181fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7181fe;
  -webkit-box-shadow: 1px 1px 3px 2px #7181fe;
  box-shadow:         1px 1px 3px 2px #7181fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7181fe

Related Colors


Comments

No comments written yet.

Please login to write comment.