Color Hex Logo

#8940cf Color Hex

#8940CF
(137,64,207)
0 Favorites   0 Comments

Color spaces of #8940cf

RGB 13764207
HSL0.750.600.53
HSV271°69°81°
CMYK 0.340.690.00   0.19
XYZ23.412413.490260.4014
Yxy13.49020.24060.1386
Hunter Lab36.729049.5066-71.7930
CIE-Lab43.492856.9947-61.7596

#8940cf color RGB value is (137,64,207).

#8940cf hex color red value is 137, green value is 64 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #8940cf hue: 0.75 , saturation: 0.60 and the lightness value of 8940cf is 0.53.

The process color (four color CMYK) of #8940cf color hex is 0.34, 0.69, 0.00, 0.19. Web safe color of #8940cf is #9933cc. Color #8940cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000000 11001111
Octal 211 100 317
Decimal 137 64 207
Hex 89 40 CF

RGB Percentages of Color #8940cf

%33.58
%15.69
%50.74

CMYK Percentages of Color #8940cf

%34
%69
%0
%19

Triadic Colors of #8940cf

#8940cf #cf8940 #40cf89

Analogous Colors of #8940cf

#8940cf #cf40ce #4140cf

Monochromatic Colors of #8940cf

#8940cf

Complementary Color

#8940cf #86cf40

#8940cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8940cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8940cf Color CSS Codes

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

#8940cf Text Font Color

<p style="color:#8940cf">Text here</p>

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


#8940cf Background Color

<div style="background-color:#8940cf">
Div content here</div>

This div background color is #8940cf


#8940cf Border Color

<div style="border:3px solid #8940cf">
Div here</div>

This div border color is #8940cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,64,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8940cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8940cf;
  -webkit-box-shadow: 1px 1px 3px 2px #8940cf;
  box-shadow:         1px 1px 3px 2px #8940cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,64,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8940cf


Comments

No comments written yet.

Please login to write comment.