Color Hex Logo

#8974ca Color Hex

#8974CA
(137,116,202)
0 Favorites   0 Comments

Color spaces of #8974ca

RGB 137116202
HSL0.710.450.62
HSV255°43°79°
CMYK 0.320.430.00   0.21
XYZ27.222622.073458.7029
Yxy22.07340.25210.2044
Hunter Lab46.982321.2077-41.1933
CIE-Lab54.104827.4089-41.9080

#8974ca color RGB value is (137,116,202).

#8974ca hex color red value is 137, green value is 116 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8974ca hue: 0.71 , saturation: 0.45 and the lightness value of 8974ca is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110100 11001010
Octal 211 164 312
Decimal 137 116 202
Hex 89 74 CA

RGB Percentages of Color #8974ca

%30.11
%25.49
%44.40

CMYK Percentages of Color #8974ca

%32
%43
%0
%21

Triadic Colors of #8974ca

#8974ca #ca8974 #74ca89

Analogous Colors of #8974ca

#8974ca #b474ca #748aca

Monochromatic Colors of #8974ca

#8974ca

Complementary Color

#8974ca #b5ca74

#8974ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8974ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8974ca Color CSS Codes

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

#8974ca Text Font Color

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

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


#8974ca Background Color

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

This div background color is #8974ca


#8974ca Border Color

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

This div border color is #8974ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,116,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 #8974ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8974ca


Comments

No comments written yet.

Please login to write comment.