Color Hex Logo

#7f7adb Color Hex

#7F7ADB
(127,122,219)
0 Favorites   0 Comments

Color spaces of #7f7adb

RGB 127122219
HSL0.680.570.67
HSV243°44°86°
CMYK 0.420.440.00   0.14
XYZ28.498123.545670.0606
Yxy23.54560.23340.1928
Hunter Lab48.523819.9166-51.6386
CIE-Lab55.629925.9041-49.1639

#7f7adb color RGB value is (127,122,219).

#7f7adb hex color red value is 127, green value is 122 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7f7adb hue: 0.68 , saturation: 0.57 and the lightness value of 7f7adb is 0.67.

The process color (four color CMYK) of #7f7adb color hex is 0.42, 0.44, 0.00, 0.14. Web safe color of #7f7adb is #6666cc. Color #7f7adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01111010 11011011
Octal 177 172 333
Decimal 127 122 219
Hex 7F 7A DB

RGB Percentages of Color #7f7adb

%27.14
%26.07
%46.79

CMYK Percentages of Color #7f7adb

%42
%44
%0
%14

Triadic Colors of #7f7adb

#7f7adb #db7f7a #7adb7f

Analogous Colors of #7f7adb

#7f7adb #b07adb #7aa6db

Monochromatic Colors of #7f7adb

#7f7adb

Complementary Color

#7f7adb #d6db7a

#7f7adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f7adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f7adb Color CSS Codes

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

#7f7adb Text Font Color

<p style="color:#7f7adb">Text here</p>

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


#7f7adb Background Color

<div style="background-color:#7f7adb">
Div content here</div>

This div background color is #7f7adb


#7f7adb Border Color

<div style="border:3px solid #7f7adb">
Div here</div>

This div border color is #7f7adb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,122,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7f7adb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7f7adb;
  -webkit-box-shadow: 1px 1px 3px 2px #7f7adb;
  box-shadow:         1px 1px 3px 2px #7f7adb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,122,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f7adb


Comments

No comments written yet.

Please login to write comment.