Color Hex Logo

#7740fc Color Hex

#7740FC
(119,64,252)
0 Favorites   0 Comments

Color spaces of #7740fc

RGB 11964252
HSL0.720.970.62
HSV258°75°99°
CMYK 0.530.750.00   0.01
XYZ27.011814.617093.4931
Yxy14.61700.19990.1082
Hunter Lab38.232259.2075-118.2254
CIE-Lab45.105165.3478-84.7410

#7740fc color RGB value is (119,64,252).

#7740fc hex color red value is 119, green value is 64 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #7740fc hue: 0.72 , saturation: 0.97 and the lightness value of 7740fc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000000 11111100
Octal 167 100 374
Decimal 119 64 252
Hex 77 40 FC

RGB Percentages of Color #7740fc

%27.36
%14.71
%57.93

CMYK Percentages of Color #7740fc

%53
%75
%0
%1

Triadic Colors of #7740fc

#7740fc #fc7740 #40fc77

Analogous Colors of #7740fc

#7740fc #d540fc #4067fc

Monochromatic Colors of #7740fc

#7740fc

Complementary Color

#7740fc #c5fc40

#7740fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7740fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7740fc Color CSS Codes

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

#7740fc Text Font Color

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

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


#7740fc Background Color

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

This div background color is #7740fc


#7740fc Border Color

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

This div border color is #7740fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7740fc


Comments

No comments written yet.

Please login to write comment.