Color Hex Logo

#761cde Color Hex

#761CDE
(118,28,222)
0 Favorites   0 Comments

Color spaces of #761cde

RGB 11828222
HSL0.740.780.49
HSV268°87°87°
CMYK 0.470.870.00   0.13
XYZ21.07139.956069.9184
Yxy9.95600.20870.0986
Hunter Lab31.553163.9850-109.2932
CIE-Lab37.763370.8745-79.8515

#761cde color RGB value is (118,28,222).

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

The process color (four color CMYK) of #761cde color hex is 0.47, 0.87, 0.00, 0.13. Web safe color of #761cde is #6633cc. Color #761cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011100 11011110
Octal 166 34 336
Decimal 118 28 222
Hex 76 1C DE

RGB Percentages of Color #761cde

%32.07
%7.61
%60.33

CMYK Percentages of Color #761cde

%47
%87
%0
%13

Triadic Colors of #761cde

#761cde #de761c #1cde76

Analogous Colors of #761cde

#761cde #d71cde #1c23de

Monochromatic Colors of #761cde

#761cde

Complementary Color

#761cde #84de1c

#761cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#761cde Color CSS Codes

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

#761cde Text Font Color

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

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


#761cde Background Color

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

This div background color is #761cde


#761cde Border Color

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

This div border color is #761cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761cde


Comments

No comments written yet.

Please login to write comment.