Color Hex Logo

#7650ea Color Hex

#7650EA
(118,80,234)
0 Favorites   0 Comments

Color spaces of #7650ea

RGB 11880234
HSL0.710.790.62
HSV255°66°92°
CMYK 0.500.660.00   0.08
XYZ25.191215.529479.5117
Yxy15.52940.20950.1292
Hunter Lab39.407445.1435-92.0435
CIE-Lab46.350952.4199-72.6011

#7650ea color RGB value is (118,80,234).

#7650ea hex color red value is 118, green value is 80 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7650ea hue: 0.71 , saturation: 0.79 and the lightness value of 7650ea is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010000 11101010
Octal 166 120 352
Decimal 118 80 234
Hex 76 50 EA

RGB Percentages of Color #7650ea

%27.31
%18.52
%54.17

CMYK Percentages of Color #7650ea

%50
%66
%0
%8

Triadic Colors of #7650ea

#7650ea #ea7650 #50ea76

Analogous Colors of #7650ea

#7650ea #c350ea #5077ea

Monochromatic Colors of #7650ea

#7650ea

Complementary Color

#7650ea #c4ea50

#7650ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7650ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7650ea Color CSS Codes

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

#7650ea Text Font Color

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

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


#7650ea Background Color

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

This div background color is #7650ea


#7650ea Border Color

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

This div border color is #7650ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,80,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 #7650ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7650ea


Comments

No comments written yet.

Please login to write comment.