Color Hex Logo

#7b8ccd Color Hex

#7B8CCD
(123,140,205)
0 Favorites   0 Comments

Color spaces of #7b8ccd

RGB 123140205
HSL0.630.450.64
HSV228°40°80°
CMYK 0.400.320.00   0.20
XYZ28.565927.374961.5359
Yxy27.37490.24320.2330
Hunter Lab52.32105.8945-33.1075
CIE-Lab59.319710.2650-35.4942

#7b8ccd color RGB value is (123,140,205).

#7b8ccd hex color red value is 123, green value is 140 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7b8ccd hue: 0.63 , saturation: 0.45 and the lightness value of 7b8ccd is 0.64.

The process color (four color CMYK) of #7b8ccd color hex is 0.40, 0.32, 0.00, 0.20. Web safe color of #7b8ccd is #6699cc. Color #7b8ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10001100 11001101
Octal 173 214 315
Decimal 123 140 205
Hex 7B 8C CD

RGB Percentages of Color #7b8ccd

%26.28
%29.91
%43.80

CMYK Percentages of Color #7b8ccd

%40
%32
%0
%20

Triadic Colors of #7b8ccd

#7b8ccd #cd7b8c #8ccd7b

Analogous Colors of #7b8ccd

#7b8ccd #937bcd #7bb5cd

Monochromatic Colors of #7b8ccd

#7b8ccd

Complementary Color

#7b8ccd #cdbc7b

#7b8ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b8ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b8ccd Color CSS Codes

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

#7b8ccd Text Font Color

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

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


#7b8ccd Background Color

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

This div background color is #7b8ccd


#7b8ccd Border Color

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

This div border color is #7b8ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b8ccd


Comments

No comments written yet.

Please login to write comment.