Color Hex Logo

#7613e3 Color Hex

#7613E3
(118,19,227)
0 Favorites   0 Comments

Color spaces of #7613e3

RGB 11819227
HSL0.750.850.48
HSV269°92°89°
CMYK 0.480.920.00   0.11
XYZ21.56929.863373.4400
Yxy9.86330.20570.0941
Hunter Lab31.405967.6314-116.6605
CIE-Lab37.596073.9609-82.9896

#7613e3 color RGB value is (118,19,227).

#7613e3 hex color red value is 118, green value is 19 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #7613e3 hue: 0.75 , saturation: 0.85 and the lightness value of 7613e3 is 0.48.

The process color (four color CMYK) of #7613e3 color hex is 0.48, 0.92, 0.00, 0.11. Web safe color of #7613e3 is #6600cc. Color #7613e3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010011 11100011
Octal 166 23 343
Decimal 118 19 227
Hex 76 13 E3

RGB Percentages of Color #7613e3

%32.42
%5.22
%62.36

CMYK Percentages of Color #7613e3

%48
%92
%0
%11

Triadic Colors of #7613e3

#7613e3 #e37613 #13e376

Analogous Colors of #7613e3

#7613e3 #de13e3 #1318e3

Monochromatic Colors of #7613e3

#7613e3

Complementary Color

#7613e3 #80e313

#7613e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7613e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7613e3 Color CSS Codes

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

#7613e3 Text Font Color

<p style="color:#7613e3">Text here</p>

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


#7613e3 Background Color

<div style="background-color:#7613e3">
Div content here</div>

This div background color is #7613e3


#7613e3 Border Color

<div style="border:3px solid #7613e3">
Div here</div>

This div border color is #7613e3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,19,227, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7613e3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7613e3;
  -webkit-box-shadow: 1px 1px 3px 2px #7613e3;
  box-shadow:         1px 1px 3px 2px #7613e3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,19,227, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7613e3


Comments

No comments written yet.

Please login to write comment.