Color Hex Logo

#a67ced Color Hex

#A67CED
(166,124,237)
0 Favorites   0 Comments

Color spaces of #a67ced

RGB 166124237
HSL0.730.760.71
HSV262°48°93°
CMYK 0.300.480.00   0.07
XYZ38.219628.636783.6338
Yxy28.63670.25400.1903
Hunter Lab53.513333.8379-55.2027
CIE-Lab60.459739.4831-51.3358

#a67ced color RGB value is (166,124,237).

#a67ced hex color red value is 166, green value is 124 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a67ced hue: 0.73 , saturation: 0.76 and the lightness value of a67ced is 0.71.

The process color (four color CMYK) of #a67ced color hex is 0.30, 0.48, 0.00, 0.07. Web safe color of #a67ced is #9966ff. Color #a67ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111100 11101101
Octal 246 174 355
Decimal 166 124 237
Hex A6 7C ED

RGB Percentages of Color #a67ced

%31.50
%23.53
%44.97

CMYK Percentages of Color #a67ced

%30
%48
%0
%7

Triadic Colors of #a67ced

#a67ced #eda67c #7ceda6

Analogous Colors of #a67ced

#a67ced #df7ced #7c8bed

Monochromatic Colors of #a67ced

#a67ced

Complementary Color

#a67ced #c3ed7c

#a67ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67ced Color CSS Codes

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

#a67ced Text Font Color

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

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


#a67ced Background Color

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

This div background color is #a67ced


#a67ced Border Color

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

This div border color is #a67ced


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,124,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 #a67ced">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67ced


Comments

No comments written yet.

Please login to write comment.