Color Hex Logo

#761bec Color Hex

#761BEC
(118,27,236)
0 Favorites   0 Comments

Color spaces of #761bec

RGB 11827236
HSL0.740.850.52
HSV266°89°93°
CMYK 0.500.890.00   0.07
XYZ23.003510.691580.2081
Yxy10.69150.20200.0939
Hunter Lab32.697968.3565-122.5503
CIE-Lab39.055974.2835-85.7030

#761bec color RGB value is (118,27,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011011 11101100
Octal 166 33 354
Decimal 118 27 236
Hex 76 1B EC

RGB Percentages of Color #761bec

%30.97
%7.09
%61.94

CMYK Percentages of Color #761bec

%50
%89
%0
%7

Triadic Colors of #761bec

#761bec #ec761b #1bec76

Analogous Colors of #761bec

#761bec #df1bec #1b29ec

Monochromatic Colors of #761bec

#761bec

Complementary Color

#761bec #91ec1b

#761bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#761bec Color CSS Codes

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

#761bec Text Font Color

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

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


#761bec Background Color

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

This div background color is #761bec


#761bec Border Color

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

This div border color is #761bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761bec


Comments

No comments written yet.

Please login to write comment.