Color Hex Logo

#7883cb Color Hex

#7883CB
(120,131,203)
0 Favorites   0 Comments

Color spaces of #7883cb

RGB 120131203
HSL0.640.440.63
HSV232°41°80°
CMYK 0.410.350.00   0.20
XYZ26.641524.537559.8320
Yxy24.53750.24000.2210
Hunter Lab49.53539.3155-36.9396
CIE-Lab56.622014.1969-38.6050

#7883cb color RGB value is (120,131,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10000011 11001011
Octal 170 203 313
Decimal 120 131 203
Hex 78 83 CB

RGB Percentages of Color #7883cb

%26.43
%28.85
%44.71

CMYK Percentages of Color #7883cb

%41
%35
%0
%20

Triadic Colors of #7883cb

#7883cb #cb7883 #83cb78

Analogous Colors of #7883cb

#7883cb #9778cb #78adcb

Monochromatic Colors of #7883cb

#7883cb

Complementary Color

#7883cb #cbc078

#7883cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7883cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7883cb Color CSS Codes

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

#7883cb Text Font Color

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

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


#7883cb Background Color

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

This div background color is #7883cb


#7883cb Border Color

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

This div border color is #7883cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,131,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 #7883cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7883cb


Comments

No comments written yet.

Please login to write comment.