Color Hex Logo

#8c45db Color Hex

#8C45DB
(140,69,219)
0 Favorites   0 Comments

Color spaces of #8c45db

RGB 14069219
HSL0.750.680.56
HSV268°68°86°
CMYK 0.360.680.00   0.14
XYZ25.729514.946268.5466
Yxy14.94620.23560.1368
Hunter Lab38.660351.1411-78.0618
CIE-Lab45.560458.0988-65.2723

#8c45db color RGB value is (140,69,219).

#8c45db hex color red value is 140, green value is 69 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8c45db hue: 0.75 , saturation: 0.68 and the lightness value of 8c45db is 0.56.

The process color (four color CMYK) of #8c45db color hex is 0.36, 0.68, 0.00, 0.14. Web safe color of #8c45db is #9933cc. Color #8c45db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01000101 11011011
Octal 214 105 333
Decimal 140 69 219
Hex 8C 45 DB

RGB Percentages of Color #8c45db

%32.71
%16.12
%51.17

CMYK Percentages of Color #8c45db

%36
%68
%0
%14

Triadic Colors of #8c45db

#8c45db #db8c45 #45db8c

Analogous Colors of #8c45db

#8c45db #d745db #4549db

Monochromatic Colors of #8c45db

#8c45db

Complementary Color

#8c45db #94db45

#8c45db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c45db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c45db Color CSS Codes

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

#8c45db Text Font Color

<p style="color:#8c45db">Text here</p>

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


#8c45db Background Color

<div style="background-color:#8c45db">
Div content here</div>

This div background color is #8c45db


#8c45db Border Color

<div style="border:3px solid #8c45db">
Div here</div>

This div border color is #8c45db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,69,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8c45db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8c45db;
  -webkit-box-shadow: 1px 1px 3px 2px #8c45db;
  box-shadow:         1px 1px 3px 2px #8c45db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,69,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c45db


Comments

No comments written yet.

Please login to write comment.