Color Hex Logo

#a55cef Color Hex

#A55CEF
(165,92,239)
0 Favorites   0 Comments

Color spaces of #a55cef

RGB 16592239
HSL0.750.820.65
HSV270°62°94°
CMYK 0.310.620.00   0.06
XYZ34.924221.885684.0450
Yxy21.88560.24790.1554
Hunter Lab46.782051.3870-73.7684
CIE-Lab53.905456.8070-62.9359

#a55cef color RGB value is (165,92,239).

#a55cef hex color red value is 165, green value is 92 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a55cef hue: 0.75 , saturation: 0.82 and the lightness value of a55cef is 0.65.

The process color (four color CMYK) of #a55cef color hex is 0.31, 0.62, 0.00, 0.06. Web safe color of #a55cef is #9966ff. Color #a55cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011100 11101111
Octal 245 134 357
Decimal 165 92 239
Hex A5 5C EF

RGB Percentages of Color #a55cef

%33.27
%18.55
%48.19

CMYK Percentages of Color #a55cef

%31
%62
%0
%6

Triadic Colors of #a55cef

#a55cef #efa55c #5cefa5

Analogous Colors of #a55cef

#a55cef #ef5cef #5c5def

Monochromatic Colors of #a55cef

#a55cef

Complementary Color

#a55cef #a6ef5c

#a55cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55cef Color CSS Codes

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

#a55cef Text Font Color

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

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


#a55cef Background Color

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

This div background color is #a55cef


#a55cef Border Color

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

This div border color is #a55cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55cef


Comments

No comments written yet.

Please login to write comment.