Color Hex Logo

#7b8adf Color Hex

#7B8ADF
(123,138,223)
0 Favorites   0 Comments

Color spaces of #7b8adf

RGB 123138223
HSL0.640.610.68
HSV231°45°87°
CMYK 0.450.380.00   0.13
XYZ30.576127.715673.5502
Yxy27.71560.23190.2102
Hunter Lab52.645611.5414-45.9810
CIE-Lab59.630916.6024-45.0860

#7b8adf color RGB value is (123,138,223).

#7b8adf hex color red value is 123, green value is 138 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7b8adf hue: 0.64 , saturation: 0.61 and the lightness value of 7b8adf is 0.68.

The process color (four color CMYK) of #7b8adf color hex is 0.45, 0.38, 0.00, 0.13. Web safe color of #7b8adf is #6699cc. Color #7b8adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10001010 11011111
Octal 173 212 337
Decimal 123 138 223
Hex 7B 8A DF

RGB Percentages of Color #7b8adf

%25.41
%28.51
%46.07

CMYK Percentages of Color #7b8adf

%45
%38
%0
%13

Triadic Colors of #7b8adf

#7b8adf #df7b8a #8adf7b

Analogous Colors of #7b8adf

#7b8adf #9e7bdf #7bbcdf

Monochromatic Colors of #7b8adf

#7b8adf

Complementary Color

#7b8adf #dfd07b

#7b8adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b8adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b8adf Color CSS Codes

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

#7b8adf Text Font Color

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

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


#7b8adf Background Color

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

This div background color is #7b8adf


#7b8adf Border Color

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

This div border color is #7b8adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b8adf


Comments

No comments written yet.

Please login to write comment.