Color Hex Logo

#a50fbf Color Hex

#A50FBF
(165,15,191)
0 Favorites   0 Comments

Color spaces of #a50fbf

RGB 16515191
HSL0.810.850.40
HSV291°92°75°
CMYK 0.140.920.00   0.25
XYZ25.091812.102650.3038
Yxy12.10260.28680.1383
Hunter Lab34.788867.8647-61.3798
CIE-Lab41.378773.4288-55.6833

#a50fbf color RGB value is (165,15,191).

#a50fbf hex color red value is 165, green value is 15 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a50fbf hue: 0.81 , saturation: 0.85 and the lightness value of a50fbf is 0.40.

The process color (four color CMYK) of #a50fbf color hex is 0.14, 0.92, 0.00, 0.25. Web safe color of #a50fbf is #9900cc. Color #a50fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001111 10111111
Octal 245 17 277
Decimal 165 15 191
Hex A5 F BF

RGB Percentages of Color #a50fbf

%44.47
%4.04
%51.48

CMYK Percentages of Color #a50fbf

%14
%92
%0
%25

Triadic Colors of #a50fbf

#a50fbf #bfa50f #0fbfa5

Analogous Colors of #a50fbf

#a50fbf #bf0f81 #4d0fbf

Monochromatic Colors of #a50fbf

#a50fbf

Complementary Color

#a50fbf #29bf0f

#a50fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50fbf Color CSS Codes

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

#a50fbf Text Font Color

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

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


#a50fbf Background Color

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

This div background color is #a50fbf


#a50fbf Border Color

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

This div border color is #a50fbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,15,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a50fbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a50fbf;
  -webkit-box-shadow: 1px 1px 3px 2px #a50fbf;
  box-shadow:         1px 1px 3px 2px #a50fbf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,15,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50fbf


Comments

No comments written yet.

Please login to write comment.