Color Hex Logo

#a733cd Color Hex

#A733CD
(167,51,205)
0 Favorites   0 Comments

Color spaces of #a733cd

RGB 16751205
HSL0.790.610.50
HSV285°75°80°
CMYK 0.190.750.00   0.20
XYZ28.139614.990959.1680
Yxy14.99090.27510.1465
Hunter Lab38.718161.9739-63.5028
CIE-Lab45.621767.6337-56.9627

#a733cd color RGB value is (167,51,205).

#a733cd hex color red value is 167, green value is 51 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a733cd hue: 0.79 , saturation: 0.61 and the lightness value of a733cd is 0.50.

The process color (four color CMYK) of #a733cd color hex is 0.19, 0.75, 0.00, 0.20. Web safe color of #a733cd is #9933cc. Color #a733cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00110011 11001101
Octal 247 63 315
Decimal 167 51 205
Hex A7 33 CD

RGB Percentages of Color #a733cd

%39.48
%12.06
%48.46

CMYK Percentages of Color #a733cd

%19
%75
%0
%20

Triadic Colors of #a733cd

#a733cd #cda733 #33cda7

Analogous Colors of #a733cd

#a733cd #cd33a6 #5a33cd

Monochromatic Colors of #a733cd

#a733cd

Complementary Color

#a733cd #59cd33

#a733cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a733cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a733cd Color CSS Codes

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

#a733cd Text Font Color

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

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


#a733cd Background Color

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

This div background color is #a733cd


#a733cd Border Color

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

This div border color is #a733cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a733cd


Comments

No comments written yet.

Please login to write comment.