Color Hex Logo

#761cee Color Hex

#761CEE
(118,28,238)
0 Favorites   0 Comments

Color spaces of #761cee

RGB 11828238
HSL0.740.860.52
HSV266°88°93°
CMYK 0.500.880.00   0.07
XYZ23.319110.855181.7551
Yxy10.85510.20110.0936
Hunter Lab32.947168.6803-124.0596
CIE-Lab39.335374.4977-86.3751

#761cee color RGB value is (118,28,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011100 11101110
Octal 166 34 356
Decimal 118 28 238
Hex 76 1C EE

RGB Percentages of Color #761cee

%30.73
%7.29
%61.98

CMYK Percentages of Color #761cee

%50
%88
%0
%7

Triadic Colors of #761cee

#761cee #ee761c #1cee76

Analogous Colors of #761cee

#761cee #df1cee #1c2bee

Monochromatic Colors of #761cee

#761cee

Complementary Color

#761cee #94ee1c

#761cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#761cee Color CSS Codes

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

#761cee Text Font Color

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

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


#761cee Background Color

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

This div background color is #761cee


#761cee Border Color

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

This div border color is #761cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761cee


Comments

No comments written yet.

Please login to write comment.