Color Hex Logo

#7741bf Color Hex

#7741BF
(119,65,191)
0 Favorites   0 Comments

Color spaces of #7741bf

RGB 11965191
HSL0.740.500.50
HSV266°66°75°
CMYK 0.380.660.00   0.25
XYZ18.902011.464150.5068
Yxy11.46410.23370.1418
Hunter Lab33.858740.3970-64.7415
CIE-Lab40.351448.9561-57.6623

#7741bf color RGB value is (119,65,191).

#7741bf hex color red value is 119, green value is 65 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7741bf hue: 0.74 , saturation: 0.50 and the lightness value of 7741bf is 0.50.

The process color (four color CMYK) of #7741bf color hex is 0.38, 0.66, 0.00, 0.25. Web safe color of #7741bf is #6633cc. Color #7741bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000001 10111111
Octal 167 101 277
Decimal 119 65 191
Hex 77 41 BF

RGB Percentages of Color #7741bf

%31.73
%17.33
%50.93

CMYK Percentages of Color #7741bf

%38
%66
%0
%25

Triadic Colors of #7741bf

#7741bf #bf7741 #41bf77

Analogous Colors of #7741bf

#7741bf #b641bf #414abf

Monochromatic Colors of #7741bf

#7741bf

Complementary Color

#7741bf #89bf41

#7741bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7741bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7741bf Color CSS Codes

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

#7741bf Text Font Color

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

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


#7741bf Background Color

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

This div background color is #7741bf


#7741bf Border Color

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

This div border color is #7741bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7741bf


Comments

No comments written yet.

Please login to write comment.