Color Hex Logo

#772bfe Color Hex

#772BFE
(119,43,254)
0 Favorites   0 Comments

Color spaces of #772bfe

RGB 11943254
HSL0.730.990.58
HSV262°83°100°
CMYK 0.530.830.00   0.00
XYZ26.361012.805494.8483
Yxy12.80540.19670.0956
Hunter Lab35.784668.8702-132.1008
CIE-Lab42.468674.0506-90.2008

#772bfe color RGB value is (119,43,254).

#772bfe hex color red value is 119, green value is 43 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #772bfe hue: 0.73 , saturation: 0.99 and the lightness value of 772bfe is 0.58.

The process color (four color CMYK) of #772bfe color hex is 0.53, 0.83, 0.00, 0.00. Web safe color of #772bfe is #6633ff. Color #772bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00101011 11111110
Octal 167 53 376
Decimal 119 43 254
Hex 77 2B FE

RGB Percentages of Color #772bfe

%28.61
%10.34
%61.06

CMYK Percentages of Color #772bfe

%53
%83
%0
%0

Triadic Colors of #772bfe

#772bfe #fe772b #2bfe77

Analogous Colors of #772bfe

#772bfe #e12bfe #2b49fe

Monochromatic Colors of #772bfe

#772bfe

Complementary Color

#772bfe #b2fe2b

#772bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#772bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#772bfe Color CSS Codes

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

#772bfe Text Font Color

<p style="color:#772bfe">Text here</p>

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


#772bfe Background Color

<div style="background-color:#772bfe">
Div content here</div>

This div background color is #772bfe


#772bfe Border Color

<div style="border:3px solid #772bfe">
Div here</div>

This div border color is #772bfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,43,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #772bfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #772bfe;
  -webkit-box-shadow: 1px 1px 3px 2px #772bfe;
  box-shadow:         1px 1px 3px 2px #772bfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,43,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #772bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.