Color Hex Logo

#8134ca Color Hex

#8134CA
(129,52,202)
0 Favorites   0 Comments

Color spaces of #8134ca

RGB 12952202
HSL0.750.590.50
HSV271°74°79°
CMYK 0.360.740.00   0.21
XYZ20.941911.387456.9713
Yxy11.38740.23450.1275
Hunter Lab33.745251.7209-76.4763
CIE-Lab40.225459.6413-64.2214

#8134ca color RGB value is (129,52,202).

#8134ca hex color red value is 129, green value is 52 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8134ca hue: 0.75 , saturation: 0.59 and the lightness value of 8134ca is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00110100 11001010
Octal 201 64 312
Decimal 129 52 202
Hex 81 34 CA

RGB Percentages of Color #8134ca

%33.68
%13.58
%52.74

CMYK Percentages of Color #8134ca

%36
%74
%0
%21

Triadic Colors of #8134ca

#8134ca #ca8134 #34ca81

Analogous Colors of #8134ca

#8134ca #ca34c8 #3634ca

Monochromatic Colors of #8134ca

#8134ca

Complementary Color

#8134ca #7dca34

#8134ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8134ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8134ca Color CSS Codes

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

#8134ca Text Font Color

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

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


#8134ca Background Color

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

This div background color is #8134ca


#8134ca Border Color

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

This div border color is #8134ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8134ca

#8134ca Color Palettes


Comments

No comments written yet.

Please login to write comment.