color codes Logo

#a77de0 color codes

#A77DE0
(167,125,224)
0 Favorites   0 Comments

Color spaces of #a77de0

RGB 167125224
HSL0.740.610.68
HSV265°44°88°
CMYK 0.250.440.00   0.12
XYZ36.724528.264574.0410
Yxy28.26450.26410.2033
Hunter Lab53.164430.2653-45.3570
CIE-Lab60.126936.0408-44.6203

#a77de0 color RGB value is (167,125,224).

#a77de0 hex color red value is 167, green value is 125 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #a77de0 hue: 0.74 , saturation: 0.61 and the lightness value of a77de0 is 0.68.

The process color (four color CMYK) of #a77de0 color code is 0.25, 0.44, 0.00, 0.12. Web safe color of #a77de0 is #9966cc. Color #a77de0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111101 11100000
Octal 247 175 340
Decimal 167 125 224
Hex A7 7D E0

RGB Percentages of Color #a77de0

%32.36
%24.22
%43.41

CMYK Percentages of Color #a77de0

%25
%44
%0
%12

Triadic Colors of #a77de0

#a77de0 #e0a77d #7de0a7

Analogous Colors of #a77de0

#a77de0 #d97de0 #7d85e0

Monochromatic Colors of #a77de0

#a77de0

Complementary Color

#a77de0 #b6e07d

#a77de0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77de0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77de0 Color CSS Codes

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

#a77de0 Text Font Color

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

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


#a77de0 Background Color

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

This div background color is #a77de0


#a77de0 Border Color

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

This div border color is #a77de0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,125,224, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a77de0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a77de0;
  -webkit-box-shadow: 1px 1px 3px 2px #a77de0;
  box-shadow:         1px 1px 3px 2px #a77de0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,125,224, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77de0


Comments

No comments written yet.

Please login to write comment.