Color Hex Logo

#7175fe Color Hex

#7175FE
(113,117,254)
0 Favorites   0 Comments

Color spaces of #7175fe

RGB 113117254
HSL0.660.990.72
HSV238°56°100°
CMYK 0.560.540.00   0.00
XYZ31.060723.389096.6434
Yxy23.38900.20560.1548
Hunter Lab48.362230.0082-84.6272
CIE-Lab55.470836.3345-68.9807

#7175fe color RGB value is (113,117,254).

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

The process color (four color CMYK) of #7175fe color hex is 0.56, 0.54, 0.00, 0.00. Web safe color of #7175fe is #6666ff. Color #7175fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110101 11111110
Octal 161 165 376
Decimal 113 117 254
Hex 71 75 FE

RGB Percentages of Color #7175fe

%23.35
%24.17
%52.48

CMYK Percentages of Color #7175fe

%56
%54
%0
%0

Triadic Colors of #7175fe

#7175fe #fe7175 #75fe71

Analogous Colors of #7175fe

#7175fe #b471fe #71bcfe

Monochromatic Colors of #7175fe

#7175fe

Complementary Color

#7175fe #fefa71

#7175fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7175fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7175fe Color CSS Codes

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

#7175fe Text Font Color

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

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


#7175fe Background Color

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

This div background color is #7175fe


#7175fe Border Color

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

This div border color is #7175fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7175fe


Comments

No comments written yet.

Please login to write comment.