Color Hex Logo

#a287ec Color Hex

#A287EC
(162,135,236)
0 Favorites   0 Comments

Color spaces of #a287ec

RGB 162135236
HSL0.710.730.73
HSV256°43°93°
CMYK 0.310.430.00   0.07
XYZ38.704631.065583.3132
Yxy31.06550.25280.2029
Hunter Lab55.736426.4156-49.6095
CIE-Lab62.562931.9720-47.4752

#a287ec color RGB value is (162,135,236).

#a287ec hex color red value is 162, green value is 135 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a287ec hue: 0.71 , saturation: 0.73 and the lightness value of a287ec is 0.73.

The process color (four color CMYK) of #a287ec color hex is 0.31, 0.43, 0.00, 0.07. Web safe color of #a287ec is #9999ff. Color #a287ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10000111 11101100
Octal 242 207 354
Decimal 162 135 236
Hex A2 87 EC

RGB Percentages of Color #a287ec

%30.39
%25.33
%44.28

CMYK Percentages of Color #a287ec

%31
%43
%0
%7

Triadic Colors of #a287ec

#a287ec #eca287 #87eca2

Analogous Colors of #a287ec

#a287ec #d587ec #879fec

Monochromatic Colors of #a287ec

#a287ec

Complementary Color

#a287ec #d1ec87

#a287ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a287ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a287ec Color CSS Codes

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

#a287ec Text Font Color

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

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


#a287ec Background Color

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

This div background color is #a287ec


#a287ec Border Color

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

This div border color is #a287ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,135,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a287ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a287ec;
  -webkit-box-shadow: 1px 1px 3px 2px #a287ec;
  box-shadow:         1px 1px 3px 2px #a287ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,135,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a287ec


Comments

No comments written yet.

Please login to write comment.