Color Hex Logo

#761ded Color Hex

#761DED
(118,29,237)
0 Favorites   0 Comments

Color spaces of #761ded

RGB 11829237
HSL0.740.850.52
HSV266°88°93°
CMYK 0.500.880.00   0.07
XYZ23.196610.844780.9914
Yxy10.84470.20170.0943
Hunter Lab32.931368.1045-122.7662
CIE-Lab39.317774.0248-85.8378

#761ded color RGB value is (118,29,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011101 11101101
Octal 166 35 355
Decimal 118 29 237
Hex 76 1D ED

RGB Percentages of Color #761ded

%30.73
%7.55
%61.72

CMYK Percentages of Color #761ded

%50
%88
%0
%7

Triadic Colors of #761ded

#761ded #ed761d #1ded76

Analogous Colors of #761ded

#761ded #de1ded #1d2ced

Monochromatic Colors of #761ded

#761ded

Complementary Color

#761ded #94ed1d

#761ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#761ded Color CSS Codes

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

#761ded Text Font Color

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

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


#761ded Background Color

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

This div background color is #761ded


#761ded Border Color

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

This div border color is #761ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761ded


Comments

No comments written yet.

Please login to write comment.