color codes Logo

#8c09e3 color codes

#8C09E3
(140,9,227)
0 Favorites   0 Comments

Color spaces of #8c09e3

RGB 1409227
HSL0.770.920.46
HSV276°96°89°
CMYK 0.380.960.00   0.11
XYZ24.778011.316973.5515
Yxy11.31690.22600.1032
Hunter Lab33.640672.6032-106.0827
CIE-Lab40.109277.5583-78.7453

#8c09e3 color RGB value is (140,9,227).

#8c09e3 hex color red value is 140, green value is 9 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #8c09e3 hue: 0.77 , saturation: 0.92 and the lightness value of 8c09e3 is 0.46.

The process color (four color CMYK) of #8c09e3 color code is 0.38, 0.96, 0.00, 0.11. Web safe color of #8c09e3 is #9900cc. Color #8c09e3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00001001 11100011
Octal 214 11 343
Decimal 140 9 227
Hex 8C 9 E3

RGB Percentages of Color #8c09e3

%37.23
%2.39
%60.37

CMYK Percentages of Color #8c09e3

%38
%96
%0
%11

Triadic Colors of #8c09e3

#8c09e3 #e38c09 #09e38c

Analogous Colors of #8c09e3

#8c09e3 #e309cd #1f09e3

Monochromatic Colors of #8c09e3

#8c09e3

Complementary Color

#8c09e3 #60e309

#8c09e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c09e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c09e3 Color CSS Codes

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

#8c09e3 Text Font Color

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

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


#8c09e3 Background Color

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

This div background color is #8c09e3


#8c09e3 Border Color

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

This div border color is #8c09e3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c09e3


Comments

No comments written yet.

Please login to write comment.