Color Hex Logo

#a838ce Color Hex

#A838CE
(168,56,206)
0 Favorites   0 Comments

Color spaces of #a838ce

RGB 16856206
HSL0.790.600.51
HSV285°73°81°
CMYK 0.180.730.00   0.19
XYZ28.703215.609459.8926
Yxy15.60940.27540.1498
Hunter Lab39.508760.5404-62.2236
CIE-Lab46.457866.2401-56.1847

#a838ce color RGB value is (168,56,206).

#a838ce hex color red value is 168, green value is 56 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a838ce hue: 0.79 , saturation: 0.60 and the lightness value of a838ce is 0.51.

The process color (four color CMYK) of #a838ce color hex is 0.18, 0.73, 0.00, 0.19. Web safe color of #a838ce is #9933cc. Color #a838ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111000 11001110
Octal 250 70 316
Decimal 168 56 206
Hex A8 38 CE

RGB Percentages of Color #a838ce

%39.07
%13.02
%47.91

CMYK Percentages of Color #a838ce

%18
%73
%0
%19

Triadic Colors of #a838ce

#a838ce #cea838 #38cea8

Analogous Colors of #a838ce

#a838ce #ce38a9 #5d38ce

Monochromatic Colors of #a838ce

#a838ce

Complementary Color

#a838ce #5ece38

#a838ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a838ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a838ce Color CSS Codes

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

#a838ce Text Font Color

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

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


#a838ce Background Color

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

This div background color is #a838ce


#a838ce Border Color

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

This div border color is #a838ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,56,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a838ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a838ce;
  -webkit-box-shadow: 1px 1px 3px 2px #a838ce;
  box-shadow:         1px 1px 3px 2px #a838ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,56,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a838ce


Comments

No comments written yet.

Please login to write comment.