color codes Logo

#a55ceb color codes

#A55CEB
(165,92,235)
0 Favorites   0 Comments

Color spaces of #a55ceb

RGB 16592235
HSL0.750.780.64
HSV271°61°92°
CMYK 0.300.610.00   0.08
XYZ34.339621.651880.9666
Yxy21.65180.25070.1581
Hunter Lab46.531550.3004-70.5948
CIE-Lab53.655655.8743-61.0988

#a55ceb color RGB value is (165,92,235).

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

The process color (four color CMYK) of #a55ceb color code is 0.30, 0.61, 0.00, 0.08. Web safe color of #a55ceb is #9966ff. Color #a55ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011100 11101011
Octal 245 134 353
Decimal 165 92 235
Hex A5 5C EB

RGB Percentages of Color #a55ceb

%33.54
%18.70
%47.76

CMYK Percentages of Color #a55ceb

%30
%61
%0
%8

Triadic Colors of #a55ceb

#a55ceb #eba55c #5ceba5

Analogous Colors of #a55ceb

#a55ceb #eb5cea #5d5ceb

Monochromatic Colors of #a55ceb

#a55ceb

Complementary Color

#a55ceb #a2eb5c

#a55ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55ceb Color CSS Codes

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

#a55ceb Text Font Color

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

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


#a55ceb Background Color

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

This div background color is #a55ceb


#a55ceb Border Color

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

This div border color is #a55ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55ceb


Comments

No comments written yet.

Please login to write comment.