Color Hex Logo

#8333ca Color Hex

#8333CA
(131,51,202)
0 Favorites   0 Comments

Color spaces of #8333ca

RGB 13151202
HSL0.750.600.50
HSV272°75°79°
CMYK 0.350.750.00   0.21
XYZ21.204611.457256.9710
Yxy11.45720.23660.1278
Hunter Lab33.848552.5876-76.0981
CIE-Lab40.340160.4046-64.0234

#8333ca color RGB value is (131,51,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00110011 11001010
Octal 203 63 312
Decimal 131 51 202
Hex 83 33 CA

RGB Percentages of Color #8333ca

%34.11
%13.28
%52.60

CMYK Percentages of Color #8333ca

%35
%75
%0
%21

Triadic Colors of #8333ca

#8333ca #ca8333 #33ca83

Analogous Colors of #8333ca

#8333ca #ca33c6 #3733ca

Monochromatic Colors of #8333ca

#8333ca

Complementary Color

#8333ca #7aca33

#8333ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8333ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8333ca Color CSS Codes

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

#8333ca Text Font Color

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

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


#8333ca Background Color

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

This div background color is #8333ca


#8333ca Border Color

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

This div border color is #8333ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8333ca


Comments

No comments written yet.

Please login to write comment.