color codes Logo

#a50fcf color codes

#A50FCF
(165,15,207)
0 Favorites   0 Comments

Color spaces of #a50fcf

RGB 16515207
HSL0.800.860.44
HSV287°93°81°
CMYK 0.200.930.00   0.19
XYZ26.950412.846060.0906
Yxy12.84600.26980.1286
Hunter Lab35.841371.4984-74.3151
CIE-Lab42.530376.1968-63.1367

#a50fcf color RGB value is (165,15,207).

#a50fcf hex color red value is 165, green value is 15 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a50fcf hue: 0.80 , saturation: 0.86 and the lightness value of a50fcf is 0.44.

The process color (four color CMYK) of #a50fcf color code is 0.20, 0.93, 0.00, 0.19. Web safe color of #a50fcf is #9900cc. Color #a50fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001111 11001111
Octal 245 17 317
Decimal 165 15 207
Hex A5 F CF

RGB Percentages of Color #a50fcf

%42.64
%3.88
%53.49

CMYK Percentages of Color #a50fcf

%20
%93
%0
%19

Triadic Colors of #a50fcf

#a50fcf #cfa50f #0fcfa5

Analogous Colors of #a50fcf

#a50fcf #cf0f99 #450fcf

Monochromatic Colors of #a50fcf

#a50fcf

Complementary Color

#a50fcf #39cf0f

#a50fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50fcf Color CSS Codes

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

#a50fcf Text Font Color

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

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


#a50fcf Background Color

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

This div background color is #a50fcf


#a50fcf Border Color

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

This div border color is #a50fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50fcf


Comments

No comments written yet.

Please login to write comment.