Color Hex Logo

#808fdc Color Hex

#808FDC
(128,143,220)
0 Favorites   0 Comments

Color spaces of #808fdc

RGB 128143220
HSL0.640.570.68
HSV230°42°86°
CMYK 0.420.350.00   0.14
XYZ31.642829.401471.7174
Yxy29.40140.23830.2215
Hunter Lab54.22319.2764-40.4630
CIE-Lab61.134314.0611-41.0241

#808fdc color RGB value is (128,143,220).

#808fdc hex color red value is 128, green value is 143 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #808fdc hue: 0.64 , saturation: 0.57 and the lightness value of 808fdc is 0.68.

The process color (four color CMYK) of #808fdc color hex is 0.42, 0.35, 0.00, 0.14. Web safe color of #808fdc is #9999cc. Color #808fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001111 11011100
Octal 200 217 334
Decimal 128 143 220
Hex 80 8F DC

RGB Percentages of Color #808fdc

%26.07
%29.12
%44.81

CMYK Percentages of Color #808fdc

%42
%35
%0
%14

Triadic Colors of #808fdc

#808fdc #dc808f #8fdc80

Analogous Colors of #808fdc

#808fdc #9f80dc #80bddc

Monochromatic Colors of #808fdc

#808fdc

Complementary Color

#808fdc #dccd80

#808fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#808fdc Color CSS Codes

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

#808fdc Text Font Color

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

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


#808fdc Background Color

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

This div background color is #808fdc


#808fdc Border Color

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

This div border color is #808fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808fdc


Comments

No comments written yet.

Please login to write comment.