Color Hex Logo

#7180cb Color Hex

#7180CB
(113,128,203)
0 Favorites   0 Comments

Color spaces of #7180cb

RGB 113128203
HSL0.640.460.62
HSV230°44°80°
CMYK 0.440.370.00   0.20
XYZ25.308723.260959.6558
Yxy23.26090.23390.2149
Hunter Lab48.22969.2670-39.5759
CIE-Lab55.340114.1721-40.6542

#7180cb color RGB value is (113,128,203).

#7180cb hex color red value is 113, green value is 128 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7180cb hue: 0.64 , saturation: 0.46 and the lightness value of 7180cb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000000 11001011
Octal 161 200 313
Decimal 113 128 203
Hex 71 80 CB

RGB Percentages of Color #7180cb

%25.45
%28.83
%45.72

CMYK Percentages of Color #7180cb

%44
%37
%0
%20

Triadic Colors of #7180cb

#7180cb #cb7180 #80cb71

Analogous Colors of #7180cb

#7180cb #8f71cb #71adcb

Monochromatic Colors of #7180cb

#7180cb

Complementary Color

#7180cb #cbbc71

#7180cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7180cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7180cb Color CSS Codes

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

#7180cb Text Font Color

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

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


#7180cb Background Color

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

This div background color is #7180cb


#7180cb Border Color

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

This div border color is #7180cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7180cb


Comments

No comments written yet.

Please login to write comment.