Color Hex Logo

#7165eb Color Hex

#7165EB
(113,101,235)
0 Favorites   0 Comments

Color spaces of #7165eb

RGB 113101235
HSL0.680.770.66
HSV245°57°92°
CMYK 0.520.570.00   0.08
XYZ26.459118.816280.8346
Yxy18.81620.20980.1492
Hunter Lab43.377632.9689-80.1231
CIE-Lab50.471539.9593-66.4901

#7165eb color RGB value is (113,101,235).

#7165eb hex color red value is 113, green value is 101 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7165eb hue: 0.68 , saturation: 0.77 and the lightness value of 7165eb is 0.66.

The process color (four color CMYK) of #7165eb color hex is 0.52, 0.57, 0.00, 0.08. Web safe color of #7165eb is #6666ff. Color #7165eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100101 11101011
Octal 161 145 353
Decimal 113 101 235
Hex 71 65 EB

RGB Percentages of Color #7165eb

%25.17
%22.49
%52.34

CMYK Percentages of Color #7165eb

%52
%57
%0
%8

Triadic Colors of #7165eb

#7165eb #eb7165 #65eb71

Analogous Colors of #7165eb

#7165eb #b465eb #659ceb

Monochromatic Colors of #7165eb

#7165eb

Complementary Color

#7165eb #dfeb65

#7165eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7165eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7165eb Color CSS Codes

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

#7165eb Text Font Color

<p style="color:#7165eb">Text here</p>

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


#7165eb Background Color

<div style="background-color:#7165eb">
Div content here</div>

This div background color is #7165eb


#7165eb Border Color

<div style="border:3px solid #7165eb">
Div here</div>

This div border color is #7165eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,101,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7165eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7165eb;
  -webkit-box-shadow: 1px 1px 3px 2px #7165eb;
  box-shadow:         1px 1px 3px 2px #7165eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7165eb


Comments

No comments written yet.

Please login to write comment.