Color Hex Logo

#761bef Color Hex

#761BEF
(118,27,239)
0 Favorites   0 Comments

Color spaces of #761bef

RGB 11827239
HSL0.740.870.52
HSV266°89°94°
CMYK 0.510.890.00   0.06
XYZ23.443110.867482.5234
Yxy10.86740.20070.0930
Hunter Lab32.965769.2476-125.3451
CIE-Lab39.356274.9615-86.9068

#761bef color RGB value is (118,27,239).

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

The process color (four color CMYK) of #761bef color hex is 0.51, 0.89, 0.00, 0.06. Web safe color of #761bef is #6633ff. Color #761bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011011 11101111
Octal 166 33 357
Decimal 118 27 239
Hex 76 1B EF

RGB Percentages of Color #761bef

%30.73
%7.03
%62.24

CMYK Percentages of Color #761bef

%51
%89
%0
%6

Triadic Colors of #761bef

#761bef #ef761b #1bef76

Analogous Colors of #761bef

#761bef #e01bef #1b2aef

Monochromatic Colors of #761bef

#761bef

Complementary Color

#761bef #94ef1b

#761bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#761bef Color CSS Codes

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

#761bef Text Font Color

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

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


#761bef Background Color

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

This div background color is #761bef


#761bef Border Color

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

This div border color is #761bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761bef


Comments

No comments written yet.

Please login to write comment.