Color Hex Logo

#7617ea Color Hex

#7617EA
(118,23,234)
0 Favorites   0 Comments

Color spaces of #7617ea

RGB 11823234
HSL0.740.830.50
HSV267°90°92°
CMYK 0.500.900.00   0.08
XYZ22.628910.404978.6576
Yxy10.40490.20260.0932
Hunter Lab32.256668.7735-121.9987
CIE-Lab38.559574.7225-85.3874

#7617ea color RGB value is (118,23,234).

#7617ea hex color red value is 118, green value is 23 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7617ea hue: 0.74 , saturation: 0.83 and the lightness value of 7617ea is 0.50.

The process color (four color CMYK) of #7617ea color hex is 0.50, 0.90, 0.00, 0.08. Web safe color of #7617ea is #6600ff. Color #7617ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010111 11101010
Octal 166 27 352
Decimal 118 23 234
Hex 76 17 EA

RGB Percentages of Color #7617ea

%31.47
%6.13
%62.40

CMYK Percentages of Color #7617ea

%50
%90
%0
%8

Triadic Colors of #7617ea

#7617ea #ea7617 #17ea76

Analogous Colors of #7617ea

#7617ea #e017ea #1722ea

Monochromatic Colors of #7617ea

#7617ea

Complementary Color

#7617ea #8bea17

#7617ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7617ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7617ea Color CSS Codes

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

#7617ea Text Font Color

<p style="color:#7617ea">Text here</p>

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


#7617ea Background Color

<div style="background-color:#7617ea">
Div content here</div>

This div background color is #7617ea


#7617ea Border Color

<div style="border:3px solid #7617ea">
Div here</div>

This div border color is #7617ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,23,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7617ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7617ea;
  -webkit-box-shadow: 1px 1px 3px 2px #7617ea;
  box-shadow:         1px 1px 3px 2px #7617ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7617ea


Comments

No comments written yet.

Please login to write comment.