Color Hex Logo

#7b8adc Color Hex

#7B8ADC
(123,138,220)
0 Favorites   0 Comments

Color spaces of #7b8adc

RGB 123138220
HSL0.640.580.67
HSV231°44°86°
CMYK 0.440.370.00   0.14
XYZ30.175127.555271.4384
Yxy27.55520.23360.2133
Hunter Lab52.493010.7461-43.9433
CIE-Lab59.484715.7282-43.6422

#7b8adc color RGB value is (123,138,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10001010 11011100
Octal 173 212 334
Decimal 123 138 220
Hex 7B 8A DC

RGB Percentages of Color #7b8adc

%25.57
%28.69
%45.74

CMYK Percentages of Color #7b8adc

%44
%37
%0
%14

Triadic Colors of #7b8adc

#7b8adc #dc7b8a #8adc7b

Analogous Colors of #7b8adc

#7b8adc #9d7bdc #7bbbdc

Monochromatic Colors of #7b8adc

#7b8adc

Complementary Color

#7b8adc #dccd7b

#7b8adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b8adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b8adc Color CSS Codes

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

#7b8adc Text Font Color

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

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


#7b8adc Background Color

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

This div background color is #7b8adc


#7b8adc Border Color

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

This div border color is #7b8adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b8adc


Comments

No comments written yet.

Please login to write comment.