Color Hex Logo

#8381ca Color Hex

#8381CA
(131,129,202)
0 Favorites   0 Comments

Color spaces of #8381ca

RGB 131129202
HSL0.670.410.65
HSV242°36°79°
CMYK 0.350.360.00   0.21
XYZ27.871024.790159.1931
Yxy24.79010.24920.2216
Hunter Lab49.789712.7879-35.6349
CIE-Lab56.870318.0847-37.5916

#8381ca color RGB value is (131,129,202).

#8381ca hex color red value is 131, green value is 129 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8381ca hue: 0.67 , saturation: 0.41 and the lightness value of 8381ca is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000001 11001010
Octal 203 201 312
Decimal 131 129 202
Hex 83 81 CA

RGB Percentages of Color #8381ca

%28.35
%27.92
%43.72

CMYK Percentages of Color #8381ca

%35
%36
%0
%21

Triadic Colors of #8381ca

#8381ca #ca8381 #81ca83

Analogous Colors of #8381ca

#8381ca #a881ca #81a4ca

Monochromatic Colors of #8381ca

#8381ca

Complementary Color

#8381ca #c8ca81

#8381ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8381ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8381ca Color CSS Codes

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

#8381ca Text Font Color

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

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


#8381ca Background Color

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

This div background color is #8381ca


#8381ca Border Color

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

This div border color is #8381ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8381ca

#8381ca Color Palettes


Comments

No comments written yet.

Please login to write comment.