Color Hex Logo

#6119e5 Color Hex

#6119E5
(97,25,229)
0 Favorites   0 Comments

Color spaces of #6119e5

RGB 9725229
HSL0.730.800.50
HSV261°89°90°
CMYK 0.580.890.00   0.10
XYZ19.42038.893874.8219
Yxy8.89380.18830.0862
Hunter Lab29.822564.0493-127.8775
CIE-Lab35.779071.3082-87.2156

#6119e5 color RGB value is (97,25,229).

#6119e5 hex color red value is 97, green value is 25 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #6119e5 hue: 0.73 , saturation: 0.80 and the lightness value of 6119e5 is 0.50.

The process color (four color CMYK) of #6119e5 color hex is 0.58, 0.89, 0.00, 0.10. Web safe color of #6119e5 is #6600cc. Color #6119e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00011001 11100101
Octal 141 31 345
Decimal 97 25 229
Hex 61 19 E5

RGB Percentages of Color #6119e5

%27.64
%7.12
%65.24

CMYK Percentages of Color #6119e5

%58
%89
%0
%10

Triadic Colors of #6119e5

#6119e5 #e56119 #19e561

Analogous Colors of #6119e5

#6119e5 #c719e5 #1937e5

Monochromatic Colors of #6119e5

#6119e5

Complementary Color

#6119e5 #9de519

#6119e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6119e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6119e5 Color CSS Codes

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

#6119e5 Text Font Color

<p style="color:#6119e5">Text here</p>

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


#6119e5 Background Color

<div style="background-color:#6119e5">
Div content here</div>

This div background color is #6119e5


#6119e5 Border Color

<div style="border:3px solid #6119e5">
Div here</div>

This div border color is #6119e5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,25,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6119e5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6119e5;
  -webkit-box-shadow: 1px 1px 3px 2px #6119e5;
  box-shadow:         1px 1px 3px 2px #6119e5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6119e5


Comments

No comments written yet.

Please login to write comment.