Color Hex Logo

#7741ff Color Hex

#7741FF
(119,65,255)
0 Favorites   0 Comments

Color spaces of #7741ff

RGB 11965255
HSL0.711.000.63
HSV257°75°100°
CMYK 0.530.750.00   0.00
XYZ27.548014.922596.0361
Yxy14.92250.19890.1077
Hunter Lab38.629759.6920-120.3585
CIE-Lab45.527965.6864-85.7202

#7741ff color RGB value is (119,65,255).

#7741ff hex color red value is 119, green value is 65 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7741ff hue: 0.71 , saturation: 1.00 and the lightness value of 7741ff is 0.63.

The process color (four color CMYK) of #7741ff color hex is 0.53, 0.75, 0.00, 0.00. Web safe color of #7741ff is #6633ff. Color #7741ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000001 11111111
Octal 167 101 377
Decimal 119 65 255
Hex 77 41 FF

RGB Percentages of Color #7741ff

%27.11
%14.81
%58.09

CMYK Percentages of Color #7741ff

%53
%75
%0
%0

Triadic Colors of #7741ff

#7741ff #ff7741 #41ff77

Analogous Colors of #7741ff

#7741ff #d641ff #416aff

Monochromatic Colors of #7741ff

#7741ff

Complementary Color

#7741ff #c9ff41

#7741ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7741ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7741ff Color CSS Codes

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

#7741ff Text Font Color

<p style="color:#7741ff">Text here</p>

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


#7741ff Background Color

<div style="background-color:#7741ff">
Div content here</div>

This div background color is #7741ff


#7741ff Border Color

<div style="border:3px solid #7741ff">
Div here</div>

This div border color is #7741ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,65,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7741ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7741ff;
  -webkit-box-shadow: 1px 1px 3px 2px #7741ff;
  box-shadow:         1px 1px 3px 2px #7741ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,65,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7741ff


Comments

No comments written yet.

Please login to write comment.