Color Hex Logo

#a74bda Color Hex

#A74BDA
(167,75,218)
0 Favorites   0 Comments

Color spaces of #a74bda

RGB 16775218
HSL0.770.660.57
HSV279°66°85°
CMYK 0.230.660.00   0.15
XYZ31.107318.309668.2242
Yxy18.30960.26440.1556
Hunter Lab42.789754.8841-64.5796
CIE-Lab49.869560.6502-57.5737

#a74bda color RGB value is (167,75,218).

#a74bda hex color red value is 167, green value is 75 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a74bda hue: 0.77 , saturation: 0.66 and the lightness value of a74bda is 0.57.

The process color (four color CMYK) of #a74bda color hex is 0.23, 0.66, 0.00, 0.15. Web safe color of #a74bda is #9933cc. Color #a74bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001011 11011010
Octal 247 113 332
Decimal 167 75 218
Hex A7 4B DA

RGB Percentages of Color #a74bda

%36.30
%16.30
%47.39

CMYK Percentages of Color #a74bda

%23
%66
%0
%15

Triadic Colors of #a74bda

#a74bda #daa74b #4bdaa7

Analogous Colors of #a74bda

#a74bda #da4bc6 #5f4bda

Monochromatic Colors of #a74bda

#a74bda

Complementary Color

#a74bda #7eda4b

#a74bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74bda Color CSS Codes

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

#a74bda Text Font Color

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

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


#a74bda Background Color

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

This div background color is #a74bda


#a74bda Border Color

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

This div border color is #a74bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74bda


Comments

No comments written yet.

Please login to write comment.