Color Hex Logo

#761dde Color Hex

#761DDE
(118,29,222)
0 Favorites   0 Comments

Color spaces of #761dde

RGB 11829222
HSL0.740.770.49
HSV268°87°87°
CMYK 0.470.870.00   0.13
XYZ21.095410.004269.9264
Yxy10.00420.20880.0990
Hunter Lab31.629463.7000-108.9379
CIE-Lab37.850070.6164-79.7087

#761dde color RGB value is (118,29,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011101 11011110
Octal 166 35 336
Decimal 118 29 222
Hex 76 1D DE

RGB Percentages of Color #761dde

%31.98
%7.86
%60.16

CMYK Percentages of Color #761dde

%47
%87
%0
%13

Triadic Colors of #761dde

#761dde #de761d #1dde76

Analogous Colors of #761dde

#761dde #d71dde #1d24de

Monochromatic Colors of #761dde

#761dde

Complementary Color

#761dde #85de1d

#761dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#761dde Color CSS Codes

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

#761dde Text Font Color

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

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


#761dde Background Color

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

This div background color is #761dde


#761dde Border Color

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

This div border color is #761dde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,29,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 #761dde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761dde


Comments

No comments written yet.

Please login to write comment.