Color Hex Logo

#c28aea Color Hex

#C28AEA
(194,138,234)
0 Favorites   0 Comments

Color spaces of #c28aea

RGB 194138234
HSL0.760.700.73
HSV275°41°92°
CMYK 0.170.410.00   0.08
XYZ46.187935.586882.2765
Yxy35.58680.28150.2169
Hunter Lab59.654733.8088-40.0153
CIE-Lab66.203038.7739-40.4372

#c28aea color RGB value is (194,138,234).

#c28aea hex color red value is 194, green value is 138 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c28aea hue: 0.76 , saturation: 0.70 and the lightness value of c28aea is 0.73.

The process color (four color CMYK) of #c28aea color hex is 0.17, 0.41, 0.00, 0.08. Web safe color of #c28aea is #cc99ff. Color #c28aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001010 11101010
Octal 302 212 352
Decimal 194 138 234
Hex C2 8A EA

RGB Percentages of Color #c28aea

%34.28
%24.38
%41.34

CMYK Percentages of Color #c28aea

%17
%41
%0
%8

Triadic Colors of #c28aea

#c28aea #eac28a #8aeac2

Analogous Colors of #c28aea

#c28aea #ea8ae2 #928aea

Monochromatic Colors of #c28aea

#c28aea

Complementary Color

#c28aea #b2ea8a

#c28aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28aea Color CSS Codes

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

#c28aea Text Font Color

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

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


#c28aea Background Color

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

This div background color is #c28aea


#c28aea Border Color

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

This div border color is #c28aea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,138,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c28aea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c28aea;
  -webkit-box-shadow: 1px 1px 3px 2px #c28aea;
  box-shadow:         1px 1px 3px 2px #c28aea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,138,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28aea

#c28aea Color Palettes


Comments

No comments written yet.

Please login to write comment.