Color Hex Logo

#761ebf Color Hex

#761EBF
(118,30,191)
0 Favorites   0 Comments

Color spaces of #761ebf

RGB 11830191
HSL0.760.730.43
HSV273°84°75°
CMYK 0.380.840.00   0.25
XYZ17.33958.541750.0250
Yxy8.54170.22840.1125
Hunter Lab29.226254.7558-81.0254
CIE-Lab35.086563.3755-66.2458

#761ebf color RGB value is (118,30,191).

#761ebf hex color red value is 118, green value is 30 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #761ebf hue: 0.76 , saturation: 0.73 and the lightness value of 761ebf is 0.43.

The process color (four color CMYK) of #761ebf color hex is 0.38, 0.84, 0.00, 0.25. Web safe color of #761ebf is #6633cc. Color #761ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011110 10111111
Octal 166 36 277
Decimal 118 30 191
Hex 76 1E BF

RGB Percentages of Color #761ebf

%34.81
%8.85
%56.34

CMYK Percentages of Color #761ebf

%38
%84
%0
%25

Triadic Colors of #761ebf

#761ebf #bf761e #1ebf76

Analogous Colors of #761ebf

#761ebf #bf1eb8 #261ebf

Monochromatic Colors of #761ebf

#761ebf

Complementary Color

#761ebf #67bf1e

#761ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#761ebf Color CSS Codes

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

#761ebf Text Font Color

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

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


#761ebf Background Color

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

This div background color is #761ebf


#761ebf Border Color

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

This div border color is #761ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761ebf


Comments

No comments written yet.

Please login to write comment.