Color Hex Logo

#761fca Color Hex

#761FCA
(118,31,202)
0 Favorites   0 Comments

Color spaces of #761fca

RGB 11831202
HSL0.750.730.46
HSV271°85°79°
CMYK 0.420.850.00   0.21
XYZ18.62199.095856.6513
Yxy9.09580.22070.1078
Hunter Lab30.159257.4366-90.2592
CIE-Lab36.168165.5388-70.9145

#761fca color RGB value is (118,31,202).

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

The process color (four color CMYK) of #761fca color hex is 0.42, 0.85, 0.00, 0.21. Web safe color of #761fca is #6633cc. Color #761fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011111 11001010
Octal 166 37 312
Decimal 118 31 202
Hex 76 1F CA

RGB Percentages of Color #761fca

%33.62
%8.83
%57.55

CMYK Percentages of Color #761fca

%42
%85
%0
%21

Triadic Colors of #761fca

#761fca #ca761f #1fca76

Analogous Colors of #761fca

#761fca #ca1fc9 #201fca

Monochromatic Colors of #761fca

#761fca

Complementary Color

#761fca #73ca1f

#761fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#761fca Color CSS Codes

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

#761fca Text Font Color

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

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


#761fca Background Color

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

This div background color is #761fca


#761fca Border Color

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

This div border color is #761fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761fca


Comments

No comments written yet.

Please login to write comment.