Color Hex Logo

#7741cc Color Hex

#7741CC
(119,65,204)
0 Favorites   0 Comments

Color spaces of #7741cc

RGB 11965204
HSL0.730.580.53
HSV263°68°80°
CMYK 0.420.680.00   0.20
XYZ20.397112.062258.3799
Yxy12.06220.22450.1328
Hunter Lab34.730744.0532-75.3510
CIE-Lab41.314852.3039-63.6606

#7741cc color RGB value is (119,65,204).

#7741cc hex color red value is 119, green value is 65 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7741cc hue: 0.73 , saturation: 0.58 and the lightness value of 7741cc is 0.53.

The process color (four color CMYK) of #7741cc color hex is 0.42, 0.68, 0.00, 0.20. Web safe color of #7741cc is #6633cc. Color #7741cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000001 11001100
Octal 167 101 314
Decimal 119 65 204
Hex 77 41 CC

RGB Percentages of Color #7741cc

%30.67
%16.75
%52.58

CMYK Percentages of Color #7741cc

%42
%68
%0
%20

Triadic Colors of #7741cc

#7741cc #cc7741 #41cc77

Analogous Colors of #7741cc

#7741cc #bd41cc #4151cc

Monochromatic Colors of #7741cc

#7741cc

Complementary Color

#7741cc #96cc41

#7741cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7741cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7741cc Color CSS Codes

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

#7741cc Text Font Color

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

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


#7741cc Background Color

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

This div background color is #7741cc


#7741cc Border Color

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

This div border color is #7741cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7741cc


Comments

No comments written yet.

Please login to write comment.