Color Hex Logo

#7625eb Color Hex

#7625EB
(118,37,235)
0 Favorites   0 Comments

Color spaces of #7625eb

RGB 11837235
HSL0.730.830.53
HSV265°84°92°
CMYK 0.500.840.00   0.08
XYZ23.128211.172879.5348
Yxy11.17280.20320.0981
Hunter Lab33.425765.0141-117.6794
CIE-Lab39.870071.3366-83.7926

#7625eb color RGB value is (118,37,235).

#7625eb hex color red value is 118, green value is 37 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7625eb hue: 0.73 , saturation: 0.83 and the lightness value of 7625eb is 0.53.

The process color (four color CMYK) of #7625eb color hex is 0.50, 0.84, 0.00, 0.08. Web safe color of #7625eb is #6633ff. Color #7625eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100101 11101011
Octal 166 45 353
Decimal 118 37 235
Hex 76 25 EB

RGB Percentages of Color #7625eb

%30.26
%9.49
%60.26

CMYK Percentages of Color #7625eb

%50
%84
%0
%8

Triadic Colors of #7625eb

#7625eb #eb7625 #25eb76

Analogous Colors of #7625eb

#7625eb #d925eb #2537eb

Monochromatic Colors of #7625eb

#7625eb

Complementary Color

#7625eb #9aeb25

#7625eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7625eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7625eb Color CSS Codes

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

#7625eb Text Font Color

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

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


#7625eb Background Color

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

This div background color is #7625eb


#7625eb Border Color

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

This div border color is #7625eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7625eb


Comments

No comments written yet.

Please login to write comment.