Color Hex Logo

#a750cb Color Hex

#A750CB
(167,80,203)
0 Favorites   0 Comments

Color spaces of #a750cb

RGB 16780203
HSL0.780.540.55
HSV282°61°80°
CMYK 0.180.610.00   0.20
XYZ29.584518.264658.4661
Yxy18.26460.27830.1718
Hunter Lab42.737148.7756-51.1952
CIE-Lab49.815555.1661-49.0842

#a750cb color RGB value is (167,80,203).

#a750cb hex color red value is 167, green value is 80 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a750cb hue: 0.78 , saturation: 0.54 and the lightness value of a750cb is 0.55.

The process color (four color CMYK) of #a750cb color hex is 0.18, 0.61, 0.00, 0.20. Web safe color of #a750cb is #9966cc. Color #a750cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010000 11001011
Octal 247 120 313
Decimal 167 80 203
Hex A7 50 CB

RGB Percentages of Color #a750cb

%37.11
%17.78
%45.11

CMYK Percentages of Color #a750cb

%18
%61
%0
%20

Triadic Colors of #a750cb

#a750cb #cba750 #50cba7

Analogous Colors of #a750cb

#a750cb #cb50b2 #6a50cb

Monochromatic Colors of #a750cb

#a750cb

Complementary Color

#a750cb #74cb50

#a750cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a750cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a750cb Color CSS Codes

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

#a750cb Text Font Color

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

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


#a750cb Background Color

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

This div background color is #a750cb


#a750cb Border Color

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

This div border color is #a750cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a750cb


Comments

No comments written yet.

Please login to write comment.