Color Hex Logo

#762ebd Color Hex

#762EBD
(118,46,189)
0 Favorites   0 Comments

Color spaces of #762ebd

RGB 11846189
HSL0.750.610.46
HSV270°76°74°
CMYK 0.380.760.00   0.26
XYZ17.63359.479749.0445
Yxy9.47970.23150.1245
Hunter Lab30.789148.3493-72.8916
CIE-Lab36.891957.1872-62.1180

#762ebd color RGB value is (118,46,189).

#762ebd hex color red value is 118, green value is 46 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #762ebd hue: 0.75 , saturation: 0.61 and the lightness value of 762ebd is 0.46.

The process color (four color CMYK) of #762ebd color hex is 0.38, 0.76, 0.00, 0.26. Web safe color of #762ebd is #6633cc. Color #762ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101110 10111101
Octal 166 56 275
Decimal 118 46 189
Hex 76 2E BD

RGB Percentages of Color #762ebd

%33.43
%13.03
%53.54

CMYK Percentages of Color #762ebd

%38
%76
%0
%26

Triadic Colors of #762ebd

#762ebd #bd762e #2ebd76

Analogous Colors of #762ebd

#762ebd #bd2ebd #2e2ebd

Monochromatic Colors of #762ebd

#762ebd

Complementary Color

#762ebd #75bd2e

#762ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#762ebd Color CSS Codes

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

#762ebd Text Font Color

<p style="color:#762ebd">Text here</p>

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


#762ebd Background Color

<div style="background-color:#762ebd">
Div content here</div>

This div background color is #762ebd


#762ebd Border Color

<div style="border:3px solid #762ebd">
Div here</div>

This div border color is #762ebd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,46,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #762ebd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #762ebd;
  -webkit-box-shadow: 1px 1px 3px 2px #762ebd;
  box-shadow:         1px 1px 3px 2px #762ebd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762ebd


Comments

No comments written yet.

Please login to write comment.