Color Hex Logo

#762ffb Color Hex

#762FFB
(118,47,251)
0 Favorites   0 Comments

Color spaces of #762ffb

RGB 11847251
HSL0.720.960.58
HSV261°81°98°
CMYK 0.530.810.00   0.02
XYZ25.900312.849692.3819
Yxy12.84960.19750.0980
Hunter Lab35.846366.2417-127.7076
CIE-Lab42.535871.8503-88.4148

#762ffb color RGB value is (118,47,251).

#762ffb hex color red value is 118, green value is 47 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #762ffb hue: 0.72 , saturation: 0.96 and the lightness value of 762ffb is 0.58.

The process color (four color CMYK) of #762ffb color hex is 0.53, 0.81, 0.00, 0.02. Web safe color of #762ffb is #6633ff. Color #762ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101111 11111011
Octal 166 57 373
Decimal 118 47 251
Hex 76 2F FB

RGB Percentages of Color #762ffb

%28.37
%11.30
%60.34

CMYK Percentages of Color #762ffb

%53
%81
%0
%2

Triadic Colors of #762ffb

#762ffb #fb762f #2ffb76

Analogous Colors of #762ffb

#762ffb #dc2ffb #2f4efb

Monochromatic Colors of #762ffb

#762ffb

Complementary Color

#762ffb #b4fb2f

#762ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#762ffb Color CSS Codes

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

#762ffb Text Font Color

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

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


#762ffb Background Color

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

This div background color is #762ffb


#762ffb Border Color

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

This div border color is #762ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762ffb


Comments

No comments written yet.

Please login to write comment.