Color Hex Logo

#8939ca Color Hex

#8939CA
(137,57,202)
0 Favorites   0 Comments

Color spaces of #8939ca

RGB 13757202
HSL0.760.580.51
HSV273°72°79°
CMYK 0.320.720.00   0.21
XYZ22.440312.508957.1088
Yxy12.50890.24380.1359
Hunter Lab35.367951.3611-70.9784
CIE-Lab42.013858.9703-61.2676

#8939ca color RGB value is (137,57,202).

#8939ca hex color red value is 137, green value is 57 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8939ca hue: 0.76 , saturation: 0.58 and the lightness value of 8939ca is 0.51.

The process color (four color CMYK) of #8939ca color hex is 0.32, 0.72, 0.00, 0.21. Web safe color of #8939ca is #9933cc. Color #8939ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111001 11001010
Octal 211 71 312
Decimal 137 57 202
Hex 89 39 CA

RGB Percentages of Color #8939ca

%34.60
%14.39
%51.01

CMYK Percentages of Color #8939ca

%32
%72
%0
%21

Triadic Colors of #8939ca

#8939ca #ca8939 #39ca89

Analogous Colors of #8939ca

#8939ca #ca39c3 #4139ca

Monochromatic Colors of #8939ca

#8939ca

Complementary Color

#8939ca #7aca39

#8939ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8939ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8939ca Color CSS Codes

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

#8939ca Text Font Color

<p style="color:#8939ca">Text here</p>

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


#8939ca Background Color

<div style="background-color:#8939ca">
Div content here</div>

This div background color is #8939ca


#8939ca Border Color

<div style="border:3px solid #8939ca">
Div here</div>

This div border color is #8939ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,57,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8939ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8939ca;
  -webkit-box-shadow: 1px 1px 3px 2px #8939ca;
  box-shadow:         1px 1px 3px 2px #8939ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8939ca


Comments

No comments written yet.

Please login to write comment.