Color Hex Logo

#8093cd Color Hex

#8093CD
(128,147,205)
0 Favorites   0 Comments

Color spaces of #8093cd

RGB 128147205
HSL0.630.440.65
HSV225°38°80°
CMYK 0.380.280.00   0.20
XYZ30.355329.864461.9221
Yxy29.86440.24850.2445
Hunter Lab54.64833.5161-28.9278
CIE-Lab61.53707.5597-32.0165

#8093cd color RGB value is (128,147,205).

#8093cd hex color red value is 128, green value is 147 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8093cd hue: 0.63 , saturation: 0.44 and the lightness value of 8093cd is 0.65.

The process color (four color CMYK) of #8093cd color hex is 0.38, 0.28, 0.00, 0.20. Web safe color of #8093cd is #9999cc. Color #8093cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10010011 11001101
Octal 200 223 315
Decimal 128 147 205
Hex 80 93 CD

RGB Percentages of Color #8093cd

%26.67
%30.63
%42.71

CMYK Percentages of Color #8093cd

%38
%28
%0
%20

Triadic Colors of #8093cd

#8093cd #cd8093 #93cd80

Analogous Colors of #8093cd

#8093cd #9480cd #80bacd

Monochromatic Colors of #8093cd

#8093cd

Complementary Color

#8093cd #cdba80

#8093cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8093cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8093cd Color CSS Codes

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

#8093cd Text Font Color

<p style="color:#8093cd">Text here</p>

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


#8093cd Background Color

<div style="background-color:#8093cd">
Div content here</div>

This div background color is #8093cd


#8093cd Border Color

<div style="border:3px solid #8093cd">
Div here</div>

This div border color is #8093cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,147,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8093cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8093cd;
  -webkit-box-shadow: 1px 1px 3px 2px #8093cd;
  box-shadow:         1px 1px 3px 2px #8093cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8093cd


Comments

No comments written yet.

Please login to write comment.