Color Hex Logo

#7740bf Color Hex

#7740BF
(119,64,191)
0 Favorites   0 Comments

Color spaces of #7740bf

RGB 11964191
HSL0.740.500.50
HSV266°66°75°
CMYK 0.380.660.00   0.25
XYZ18.845111.350350.4878
Yxy11.35030.23360.1407
Hunter Lab33.690240.8887-65.2682
CIE-Lab40.164349.4694-57.9654

#7740bf color RGB value is (119,64,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000000 10111111
Octal 167 100 277
Decimal 119 64 191
Hex 77 40 BF

RGB Percentages of Color #7740bf

%31.82
%17.11
%51.07

CMYK Percentages of Color #7740bf

%38
%66
%0
%25

Triadic Colors of #7740bf

#7740bf #bf7740 #40bf77

Analogous Colors of #7740bf

#7740bf #b740bf #4048bf

Monochromatic Colors of #7740bf

#7740bf

Complementary Color

#7740bf #88bf40

#7740bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7740bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7740bf Color CSS Codes

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

#7740bf Text Font Color

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

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


#7740bf Background Color

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

This div background color is #7740bf


#7740bf Border Color

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

This div border color is #7740bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,64,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 #7740bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7740bf


Comments

No comments written yet.

Please login to write comment.