Color Hex Logo

#a50dbc Color Hex

#A50DBC
(165,13,188)
0 Favorites   0 Comments

Color spaces of #a50dbc

RGB 16513188
HSL0.810.870.39
HSV292°93°74°
CMYK 0.120.930.00   0.26
XYZ24.738111.918048.5735
Yxy11.91800.29030.1398
Hunter Lab34.522567.4952-59.2560
CIE-Lab41.085573.1784-54.3954

#a50dbc color RGB value is (165,13,188).

#a50dbc hex color red value is 165, green value is 13 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a50dbc hue: 0.81 , saturation: 0.87 and the lightness value of a50dbc is 0.39.

The process color (four color CMYK) of #a50dbc color hex is 0.12, 0.93, 0.00, 0.26. Web safe color of #a50dbc is #9900cc. Color #a50dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001101 10111100
Octal 245 15 274
Decimal 165 13 188
Hex A5 D BC

RGB Percentages of Color #a50dbc

%45.08
%3.55
%51.37

CMYK Percentages of Color #a50dbc

%12
%93
%0
%26

Triadic Colors of #a50dbc

#a50dbc #bca50d #0dbca5

Analogous Colors of #a50dbc

#a50dbc #bc0d7c #4e0dbc

Monochromatic Colors of #a50dbc

#a50dbc

Complementary Color

#a50dbc #24bc0d

#a50dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50dbc Color CSS Codes

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

#a50dbc Text Font Color

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

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


#a50dbc Background Color

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

This div background color is #a50dbc


#a50dbc Border Color

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

This div border color is #a50dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50dbc


Comments

No comments written yet.

Please login to write comment.