Color Hex Logo

#7b7fad Color Hex

#7B7FAD
(123,127,173)
0 Favorites   0 Comments

Color spaces of #7b7fad

RGB 123127173
HSL0.650.230.58
HSV235°29°68°
CMYK 0.290.270.00   0.32
XYZ23.300622.406842.6320
Yxy22.40680.26380.2536
Hunter Lab47.33585.0272-20.2632
CIE-Lab54.45609.2397-24.8390

#7b7fad color RGB value is (123,127,173).

#7b7fad hex color red value is 123, green value is 127 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7b7fad hue: 0.65 , saturation: 0.23 and the lightness value of 7b7fad is 0.58.

The process color (four color CMYK) of #7b7fad color hex is 0.29, 0.27, 0.00, 0.32. Web safe color of #7b7fad is #666699. Color #7b7fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01111111 10101101
Octal 173 177 255
Decimal 123 127 173
Hex 7B 7F AD

RGB Percentages of Color #7b7fad

%29.08
%30.02
%40.90

CMYK Percentages of Color #7b7fad

%29
%27
%0
%32

Triadic Colors of #7b7fad

#7b7fad #ad7b7f #7fad7b

Analogous Colors of #7b7fad

#7b7fad #907bad #7b98ad

Monochromatic Colors of #7b7fad

#7b7fad

Complementary Color

#7b7fad #ada97b

#7b7fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b7fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b7fad Color CSS Codes

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

#7b7fad Text Font Color

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

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


#7b7fad Background Color

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

This div background color is #7b7fad


#7b7fad Border Color

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

This div border color is #7b7fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b7fad


Comments

No comments written yet.

Please login to write comment.