Color Hex Logo

#7772fd Color Hex

#7772FD
(119,114,253)
0 Favorites   0 Comments

Color spaces of #7772fd

RGB 119114253
HSL0.670.970.72
HSV242°55°99°
CMYK 0.530.550.00   0.01
XYZ31.354723.048495.7247
Yxy23.04840.20890.1535
Hunter Lab48.008732.5637-84.6123
CIE-Lab55.122238.9204-68.9708

#7772fd color RGB value is (119,114,253).

#7772fd hex color red value is 119, green value is 114 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7772fd hue: 0.67 , saturation: 0.97 and the lightness value of 7772fd is 0.72.

The process color (four color CMYK) of #7772fd color hex is 0.53, 0.55, 0.00, 0.01. Web safe color of #7772fd is #6666ff. Color #7772fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110010 11111101
Octal 167 162 375
Decimal 119 114 253
Hex 77 72 FD

RGB Percentages of Color #7772fd

%24.49
%23.46
%52.06

CMYK Percentages of Color #7772fd

%53
%55
%0
%1

Triadic Colors of #7772fd

#7772fd #fd7772 #72fd77

Analogous Colors of #7772fd

#7772fd #bd72fd #72b3fd

Monochromatic Colors of #7772fd

#7772fd

Complementary Color

#7772fd #f8fd72

#7772fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7772fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7772fd Color CSS Codes

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

#7772fd Text Font Color

<p style="color:#7772fd">Text here</p>

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


#7772fd Background Color

<div style="background-color:#7772fd">
Div content here</div>

This div background color is #7772fd


#7772fd Border Color

<div style="border:3px solid #7772fd">
Div here</div>

This div border color is #7772fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,114,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7772fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7772fd;
  -webkit-box-shadow: 1px 1px 3px 2px #7772fd;
  box-shadow:         1px 1px 3px 2px #7772fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7772fd


Comments

No comments written yet.

Please login to write comment.