Color Hex Logo

#7625ec Color Hex

#7625EC
(118,37,236)
0 Favorites   0 Comments

Color spaces of #7625ec

RGB 11837236
HSL0.730.840.54
HSV264°84°93°
CMYK 0.500.840.00   0.07
XYZ23.273111.230880.2980
Yxy11.23080.20270.0978
Hunter Lab33.512465.3149-118.6043
CIE-Lab39.966571.5712-84.2005

#7625ec color RGB value is (118,37,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100101 11101100
Octal 166 45 354
Decimal 118 37 236
Hex 76 25 EC

RGB Percentages of Color #7625ec

%30.18
%9.46
%60.36

CMYK Percentages of Color #7625ec

%50
%84
%0
%7

Triadic Colors of #7625ec

#7625ec #ec7625 #25ec76

Analogous Colors of #7625ec

#7625ec #da25ec #2537ec

Monochromatic Colors of #7625ec

#7625ec

Complementary Color

#7625ec #9bec25

#7625ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7625ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7625ec Color CSS Codes

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

#7625ec Text Font Color

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

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


#7625ec Background Color

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

This div background color is #7625ec


#7625ec Border Color

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

This div border color is #7625ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7625ec


Comments

No comments written yet.

Please login to write comment.