Color Hex Logo

#c28aee Color Hex

#C28AEE
(194,138,238)
0 Favorites   0 Comments

Color spaces of #c28aee

RGB 194138238
HSL0.760.750.74
HSV274°42°93°
CMYK 0.180.420.00   0.07
XYZ46.769235.819385.3377
Yxy35.81930.27850.2133
Hunter Lab59.849234.7527-42.6459
CIE-Lab66.381639.6462-42.3610

#c28aee color RGB value is (194,138,238).

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

The process color (four color CMYK) of #c28aee color hex is 0.18, 0.42, 0.00, 0.07. Web safe color of #c28aee is #cc99ff. Color #c28aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001010 11101110
Octal 302 212 356
Decimal 194 138 238
Hex C2 8A EE

RGB Percentages of Color #c28aee

%34.04
%24.21
%41.75

CMYK Percentages of Color #c28aee

%18
%42
%0
%7

Triadic Colors of #c28aee

#c28aee #eec28a #8aeec2

Analogous Colors of #c28aee

#c28aee #ee8ae8 #908aee

Monochromatic Colors of #c28aee

#c28aee

Complementary Color

#c28aee #b6ee8a

#c28aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28aee Color CSS Codes

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

#c28aee Text Font Color

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

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


#c28aee Background Color

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

This div background color is #c28aee


#c28aee Border Color

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

This div border color is #c28aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28aee


Comments

No comments written yet.

Please login to write comment.