Color Hex Logo

#7619be Color Hex

#7619BE
(118,25,190)
0 Favorites   0 Comments

Color spaces of #7619be

RGB 11825190
HSL0.760.770.42
HSV274°87°75°
CMYK 0.380.870.00   0.25
XYZ17.11318.264549.4084
Yxy8.26450.22880.1105
Hunter Lab28.748055.9482-81.7763
CIE-Lab34.527864.5442-66.5724

#7619be color RGB value is (118,25,190).

#7619be hex color red value is 118, green value is 25 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7619be hue: 0.76 , saturation: 0.77 and the lightness value of 7619be is 0.42.

The process color (four color CMYK) of #7619be color hex is 0.38, 0.87, 0.00, 0.25. Web safe color of #7619be is #6600cc. Color #7619be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011001 10111110
Octal 166 31 276
Decimal 118 25 190
Hex 76 19 BE

RGB Percentages of Color #7619be

%35.44
%7.51
%57.06

CMYK Percentages of Color #7619be

%38
%87
%0
%25

Triadic Colors of #7619be

#7619be #be7619 #19be76

Analogous Colors of #7619be

#7619be #be19b4 #2319be

Monochromatic Colors of #7619be

#7619be

Complementary Color

#7619be #61be19

#7619be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7619be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7619be Color CSS Codes

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

#7619be Text Font Color

<p style="color:#7619be">Text here</p>

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


#7619be Background Color

<div style="background-color:#7619be">
Div content here</div>

This div background color is #7619be


#7619be Border Color

<div style="border:3px solid #7619be">
Div here</div>

This div border color is #7619be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,25,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7619be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7619be;
  -webkit-box-shadow: 1px 1px 3px 2px #7619be;
  box-shadow:         1px 1px 3px 2px #7619be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7619be


Comments

No comments written yet.

Please login to write comment.