Color Hex Logo

#a833f5 Color Hex

#A833F5
(168,51,245)
0 Favorites   0 Comments

Color spaces of #a833f5

RGB 16851245
HSL0.770.910.58
HSV276°79°96°
CMYK 0.310.790.00   0.04
XYZ33.813717.285187.9404
Yxy17.28510.24320.1243
Hunter Lab41.575472.4192-96.3078
CIE-Lab48.617375.7639-74.8451

#a833f5 color RGB value is (168,51,245).

#a833f5 hex color red value is 168, green value is 51 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #a833f5 hue: 0.77 , saturation: 0.91 and the lightness value of a833f5 is 0.58.

The process color (four color CMYK) of #a833f5 color hex is 0.31, 0.79, 0.00, 0.04. Web safe color of #a833f5 is #9933ff. Color #a833f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110011 11110101
Octal 250 63 365
Decimal 168 51 245
Hex A8 33 F5

RGB Percentages of Color #a833f5

%36.21
%10.99
%52.80

CMYK Percentages of Color #a833f5

%31
%79
%0
%4

Triadic Colors of #a833f5

#a833f5 #f5a833 #33f5a8

Analogous Colors of #a833f5

#a833f5 #f533e1 #4733f5

Monochromatic Colors of #a833f5

#a833f5

Complementary Color

#a833f5 #80f533

#a833f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a833f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a833f5 Color CSS Codes

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

#a833f5 Text Font Color

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

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


#a833f5 Background Color

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

This div background color is #a833f5


#a833f5 Border Color

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

This div border color is #a833f5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,51,245, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a833f5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a833f5;
  -webkit-box-shadow: 1px 1px 3px 2px #a833f5;
  box-shadow:         1px 1px 3px 2px #a833f5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,51,245, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a833f5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a833f5


Comments

No comments written yet.

Please login to write comment.