Color Hex Logo

#761dc1 Color Hex

#761DC1
(118,29,193)
0 Favorites   0 Comments

Color spaces of #761dc1

RGB 11829193
HSL0.760.740.44
HSV273°85°76°
CMYK 0.390.850.00   0.24
XYZ17.53628.580551.1840
Yxy8.58050.22690.1110
Hunter Lab29.292555.5987-83.0952
CIE-Lab35.163764.1109-67.2954

#761dc1 color RGB value is (118,29,193).

#761dc1 hex color red value is 118, green value is 29 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #761dc1 hue: 0.76 , saturation: 0.74 and the lightness value of 761dc1 is 0.44.

The process color (four color CMYK) of #761dc1 color hex is 0.39, 0.85, 0.00, 0.24. Web safe color of #761dc1 is #6633cc. Color #761dc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011101 11000001
Octal 166 35 301
Decimal 118 29 193
Hex 76 1D C1

RGB Percentages of Color #761dc1

%34.71
%8.53
%56.76

CMYK Percentages of Color #761dc1

%39
%85
%0
%24

Triadic Colors of #761dc1

#761dc1 #c1761d #1dc176

Analogous Colors of #761dc1

#761dc1 #c11dba #241dc1

Monochromatic Colors of #761dc1

#761dc1

Complementary Color

#761dc1 #68c11d

#761dc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761dc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761dc1 Color CSS Codes

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

#761dc1 Text Font Color

<p style="color:#761dc1">Text here</p>

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


#761dc1 Background Color

<div style="background-color:#761dc1">
Div content here</div>

This div background color is #761dc1


#761dc1 Border Color

<div style="border:3px solid #761dc1">
Div here</div>

This div border color is #761dc1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,29,193, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #761dc1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #761dc1;
  -webkit-box-shadow: 1px 1px 3px 2px #761dc1;
  box-shadow:         1px 1px 3px 2px #761dc1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,29,193, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761dc1


Comments

No comments written yet.

Please login to write comment.