Color Hex Logo

#7175ec Color Hex

#7175EC
(113,117,236)
0 Favorites   0 Comments

Color spaces of #7175ec

RGB 113117236
HSL0.660.760.68
HSV238°52°93°
CMYK 0.520.500.00   0.07
XYZ28.311722.289482.1670
Yxy22.28940.21320.1679
Hunter Lab47.211724.4218-70.1400
CIE-Lab54.332730.7643-60.8224

#7175ec color RGB value is (113,117,236).

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

The process color (four color CMYK) of #7175ec color hex is 0.52, 0.50, 0.00, 0.07. Web safe color of #7175ec is #6666ff. Color #7175ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110101 11101100
Octal 161 165 354
Decimal 113 117 236
Hex 71 75 EC

RGB Percentages of Color #7175ec

%24.25
%25.11
%50.64

CMYK Percentages of Color #7175ec

%52
%50
%0
%7

Triadic Colors of #7175ec

#7175ec #ec7175 #75ec71

Analogous Colors of #7175ec

#7175ec #ab71ec #71b3ec

Monochromatic Colors of #7175ec

#7175ec

Complementary Color

#7175ec #ece871

#7175ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7175ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7175ec Color CSS Codes

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

#7175ec Text Font Color

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

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


#7175ec Background Color

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

This div background color is #7175ec


#7175ec Border Color

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

This div border color is #7175ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7175ec


Comments

No comments written yet.

Please login to write comment.