Color Hex Logo

#808fca Color Hex

#808FCA
(128,143,202)
0 Favorites   0 Comments

Color spaces of #808fca

RGB 128143202
HSL0.630.410.65
HSV228°37°79°
CMYK 0.370.290.00   0.21
XYZ29.385228.498459.8291
Yxy28.49840.24960.2421
Hunter Lab53.38394.8336-29.0795
CIE-Lab60.33649.0548-32.1982

#808fca color RGB value is (128,143,202).

#808fca hex color red value is 128, green value is 143 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #808fca hue: 0.63 , saturation: 0.41 and the lightness value of 808fca is 0.65.

The process color (four color CMYK) of #808fca color hex is 0.37, 0.29, 0.00, 0.21. Web safe color of #808fca is #9999cc. Color #808fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001111 11001010
Octal 200 217 312
Decimal 128 143 202
Hex 80 8F CA

RGB Percentages of Color #808fca

%27.06
%30.23
%42.71

CMYK Percentages of Color #808fca

%37
%29
%0
%21

Triadic Colors of #808fca

#808fca #ca808f #8fca80

Analogous Colors of #808fca

#808fca #9680ca #80b4ca

Monochromatic Colors of #808fca

#808fca

Complementary Color

#808fca #cabb80

#808fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#808fca Color CSS Codes

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

#808fca Text Font Color

<p style="color:#808fca">Text here</p>

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


#808fca Background Color

<div style="background-color:#808fca">
Div content here</div>

This div background color is #808fca


#808fca Border Color

<div style="border:3px solid #808fca">
Div here</div>

This div border color is #808fca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,143,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #808fca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #808fca;
  -webkit-box-shadow: 1px 1px 3px 2px #808fca;
  box-shadow:         1px 1px 3px 2px #808fca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,143,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808fca


Comments

No comments written yet.

Please login to write comment.