Color Hex Logo

#762abd Color Hex

#762ABD
(118,42,189)
0 Favorites   0 Comments

Color spaces of #762abd

RGB 11842189
HSL0.750.640.45
HSV271°78°74°
CMYK 0.380.780.00   0.26
XYZ17.48459.181648.9948
Yxy9.18160.23110.1214
Hunter Lab30.301249.9718-74.6569
CIE-Lab36.331658.7969-63.0323

#762abd color RGB value is (118,42,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101010 10111101
Octal 166 52 275
Decimal 118 42 189
Hex 76 2A BD

RGB Percentages of Color #762abd

%33.81
%12.03
%54.15

CMYK Percentages of Color #762abd

%38
%78
%0
%26

Triadic Colors of #762abd

#762abd #bd762a #2abd76

Analogous Colors of #762abd

#762abd #bd2abb #2d2abd

Monochromatic Colors of #762abd

#762abd

Complementary Color

#762abd #71bd2a

#762abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#762abd Color CSS Codes

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

#762abd Text Font Color

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

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


#762abd Background Color

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

This div background color is #762abd


#762abd Border Color

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

This div border color is #762abd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,42,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 #762abd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762abd


Comments

No comments written yet.

Please login to write comment.