Color Hex Logo

#761cea Color Hex

#761CEA
(118,28,234)
0 Favorites   0 Comments

Color spaces of #761cea

RGB 11828234
HSL0.740.830.51
HSV266°88°92°
CMYK 0.500.880.00   0.08
XYZ22.737810.622678.6939
Yxy10.62260.20290.0948
Hunter Lab32.592367.4926-120.3406
CIE-Lab38.937473.5900-84.7634

#761cea color RGB value is (118,28,234).

#761cea hex color red value is 118, green value is 28 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #761cea hue: 0.74 , saturation: 0.83 and the lightness value of 761cea is 0.51.

The process color (four color CMYK) of #761cea color hex is 0.50, 0.88, 0.00, 0.08. Web safe color of #761cea is #6633ff. Color #761cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011100 11101010
Octal 166 34 352
Decimal 118 28 234
Hex 76 1C EA

RGB Percentages of Color #761cea

%31.05
%7.37
%61.58

CMYK Percentages of Color #761cea

%50
%88
%0
%8

Triadic Colors of #761cea

#761cea #ea761c #1cea76

Analogous Colors of #761cea

#761cea #dd1cea #1c29ea

Monochromatic Colors of #761cea

#761cea

Complementary Color

#761cea #90ea1c

#761cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#761cea Color CSS Codes

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

#761cea Text Font Color

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

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


#761cea Background Color

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

This div background color is #761cea


#761cea Border Color

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

This div border color is #761cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761cea


Comments

No comments written yet.

Please login to write comment.