Color Hex Logo

#761acf Color Hex

#761ACF
(118,26,207)
0 Favorites   0 Comments

Color spaces of #761acf

RGB 11826207
HSL0.750.780.46
HSV270°87°81°
CMYK 0.430.870.00   0.19
XYZ19.10319.095359.7802
Yxy9.09530.21710.1034
Hunter Lab30.158460.2892-96.4141
CIE-Lab36.167168.0231-73.8247

#761acf color RGB value is (118,26,207).

#761acf hex color red value is 118, green value is 26 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #761acf hue: 0.75 , saturation: 0.78 and the lightness value of 761acf is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011010 11001111
Octal 166 32 317
Decimal 118 26 207
Hex 76 1A CF

RGB Percentages of Color #761acf

%33.62
%7.41
%58.97

CMYK Percentages of Color #761acf

%43
%87
%0
%19

Triadic Colors of #761acf

#761acf #cf761a #1acf76

Analogous Colors of #761acf

#761acf #cf1ace #1c1acf

Monochromatic Colors of #761acf

#761acf

Complementary Color

#761acf #73cf1a

#761acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#761acf Color CSS Codes

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

#761acf Text Font Color

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

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


#761acf Background Color

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

This div background color is #761acf


#761acf Border Color

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

This div border color is #761acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761acf


Comments

No comments written yet.

Please login to write comment.