Color Hex Logo

#a738fd Color Hex

#A738FD
(167,56,253)
0 Favorites   0 Comments

Color spaces of #a738fd

RGB 16756253
HSL0.760.980.61
HSV274°78°99°
CMYK 0.340.780.00   0.01
XYZ35.080118.135794.5801
Yxy18.13570.23740.1227
Hunter Lab42.586072.5132-101.8680
CIE-Lab49.660375.6370-77.6211

#a738fd color RGB value is (167,56,253).

#a738fd hex color red value is 167, green value is 56 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a738fd hue: 0.76 , saturation: 0.98 and the lightness value of a738fd is 0.61.

The process color (four color CMYK) of #a738fd color hex is 0.34, 0.78, 0.00, 0.01. Web safe color of #a738fd is #9933ff. Color #a738fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00111000 11111101
Octal 247 70 375
Decimal 167 56 253
Hex A7 38 FD

RGB Percentages of Color #a738fd

%35.08
%11.76
%53.15

CMYK Percentages of Color #a738fd

%34
%78
%0
%1

Triadic Colors of #a738fd

#a738fd #fda738 #38fda7

Analogous Colors of #a738fd

#a738fd #fd38f1 #4538fd

Monochromatic Colors of #a738fd

#a738fd

Complementary Color

#a738fd #8efd38

#a738fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a738fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a738fd Color CSS Codes

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

#a738fd Text Font Color

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

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


#a738fd Background Color

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

This div background color is #a738fd


#a738fd Border Color

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

This div border color is #a738fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a738fd

Related Colors


Comments

No comments written yet.

Please login to write comment.