Color Hex Logo

#7893cb Color Hex

#7893CB
(120,147,203)
0 Favorites   0 Comments

Color spaces of #7893cb

RGB 120147203
HSL0.610.440.63
HSV220°41°80°
CMYK 0.410.280.00   0.20
XYZ28.958929.172360.6044
Yxy29.17230.24390.2457
Hunter Lab54.01141.1851-28.7194
CIE-Lab60.93344.8385-31.8734

#7893cb color RGB value is (120,147,203).

#7893cb hex color red value is 120, green value is 147 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7893cb hue: 0.61 , saturation: 0.44 and the lightness value of 7893cb is 0.63.

The process color (four color CMYK) of #7893cb color hex is 0.41, 0.28, 0.00, 0.20. Web safe color of #7893cb is #6699cc. Color #7893cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10010011 11001011
Octal 170 223 313
Decimal 120 147 203
Hex 78 93 CB

RGB Percentages of Color #7893cb

%25.53
%31.28
%43.19

CMYK Percentages of Color #7893cb

%41
%28
%0
%20

Triadic Colors of #7893cb

#7893cb #cb7893 #93cb78

Analogous Colors of #7893cb

#7893cb #8778cb #78bdcb

Monochromatic Colors of #7893cb

#7893cb

Complementary Color

#7893cb #cbb078

#7893cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7893cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7893cb Color CSS Codes

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

#7893cb Text Font Color

<p style="color:#7893cb">Text here</p>

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


#7893cb Background Color

<div style="background-color:#7893cb">
Div content here</div>

This div background color is #7893cb


#7893cb Border Color

<div style="border:3px solid #7893cb">
Div here</div>

This div border color is #7893cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,147,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7893cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7893cb;
  -webkit-box-shadow: 1px 1px 3px 2px #7893cb;
  box-shadow:         1px 1px 3px 2px #7893cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,147,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7893cb


Comments

No comments written yet.

Please login to write comment.