Color Hex Logo

#a74bfd Color Hex

#A74BFD
(167,75,253)
0 Favorites   0 Comments

Color spaces of #a74bfd

RGB 16775253
HSL0.750.980.64
HSV271°70°99°
CMYK 0.340.700.00   0.01
XYZ36.182020.339594.9474
Yxy20.33950.23890.1343
Hunter Lab45.099364.2820-93.2534
CIE-Lab52.218968.3251-73.4564

#a74bfd color RGB value is (167,75,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001011 11111101
Octal 247 113 375
Decimal 167 75 253
Hex A7 4B FD

RGB Percentages of Color #a74bfd

%33.74
%15.15
%51.11

CMYK Percentages of Color #a74bfd

%34
%70
%0
%1

Triadic Colors of #a74bfd

#a74bfd #fda74b #4bfda7

Analogous Colors of #a74bfd

#a74bfd #fd4bfa #4e4bfd

Monochromatic Colors of #a74bfd

#a74bfd

Complementary Color

#a74bfd #a1fd4b

#a74bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74bfd Color CSS Codes

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

#a74bfd Text Font Color

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

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


#a74bfd Background Color

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

This div background color is #a74bfd


#a74bfd Border Color

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

This div border color is #a74bfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,75,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 #a74bfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74bfd


Comments

No comments written yet.

Please login to write comment.