Color Hex Logo

#a58fed Color Hex

#A58FED
(165,143,237)
0 Favorites   0 Comments

Color spaces of #a58fed

RGB 165143237
HSL0.710.720.75
HSV254°40°93°
CMYK 0.300.400.00   0.07
XYZ40.625633.758784.4956
Yxy33.75870.25570.2125
Hunter Lab58.102223.1299-45.5513
CIE-Lab64.770628.4886-44.5301

#a58fed color RGB value is (165,143,237).

#a58fed hex color red value is 165, green value is 143 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a58fed hue: 0.71 , saturation: 0.72 and the lightness value of a58fed is 0.75.

The process color (four color CMYK) of #a58fed color hex is 0.30, 0.40, 0.00, 0.07. Web safe color of #a58fed is #9999ff. Color #a58fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001111 11101101
Octal 245 217 355
Decimal 165 143 237
Hex A5 8F ED

RGB Percentages of Color #a58fed

%30.28
%26.24
%43.49

CMYK Percentages of Color #a58fed

%30
%40
%0
%7

Triadic Colors of #a58fed

#a58fed #eda58f #8feda5

Analogous Colors of #a58fed

#a58fed #d48fed #8fa8ed

Monochromatic Colors of #a58fed

#a58fed

Complementary Color

#a58fed #d7ed8f

#a58fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58fed Color CSS Codes

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

#a58fed Text Font Color

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

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


#a58fed Background Color

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

This div background color is #a58fed


#a58fed Border Color

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

This div border color is #a58fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58fed


Comments

No comments written yet.

Please login to write comment.