Color Hex Logo

#8671ca Color Hex

#8671CA
(134,113,202)
0 Favorites   0 Comments

Color spaces of #8671ca

RGB 134113202
HSL0.710.460.62
HSV254°44°79°
CMYK 0.340.440.00   0.21
XYZ26.397321.142958.5668
Yxy21.14290.24880.1993
Hunter Lab45.981422.0069-43.3310
CIE-Lab53.105528.3511-43.5049

#8671ca color RGB value is (134,113,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110001 11001010
Octal 206 161 312
Decimal 134 113 202
Hex 86 71 CA

RGB Percentages of Color #8671ca

%29.84
%25.17
%44.99

CMYK Percentages of Color #8671ca

%34
%44
%0
%21

Triadic Colors of #8671ca

#8671ca #ca8671 #71ca86

Analogous Colors of #8671ca

#8671ca #b371ca #7189ca

Monochromatic Colors of #8671ca

#8671ca

Complementary Color

#8671ca #b5ca71

#8671ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8671ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8671ca Color CSS Codes

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

#8671ca Text Font Color

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

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


#8671ca Background Color

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

This div background color is #8671ca


#8671ca Border Color

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

This div border color is #8671ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8671ca


Comments

No comments written yet.

Please login to write comment.