Color Hex Logo

#c48aee Color Hex

#C48AEE
(196,138,238)
0 Favorites   0 Comments

Color spaces of #c48aee

RGB 196138238
HSL0.760.750.74
HSV275°42°93°
CMYK 0.180.420.00   0.07
XYZ47.286036.085885.3619
Yxy36.08580.28020.2139
Hunter Lab60.071535.3835-42.2014
CIE-Lab66.585440.2164-42.0271

#c48aee color RGB value is (196,138,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001010 11101110
Octal 304 212 356
Decimal 196 138 238
Hex C4 8A EE

RGB Percentages of Color #c48aee

%34.27
%24.13
%41.61

CMYK Percentages of Color #c48aee

%18
%42
%0
%7

Triadic Colors of #c48aee

#c48aee #eec48a #8aeec4

Analogous Colors of #c48aee

#c48aee #ee8ae6 #928aee

Monochromatic Colors of #c48aee

#c48aee

Complementary Color

#c48aee #b4ee8a

#c48aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48aee Color CSS Codes

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

#c48aee Text Font Color

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

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


#c48aee Background Color

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

This div background color is #c48aee


#c48aee Border Color

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

This div border color is #c48aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48aee


Comments

No comments written yet.

Please login to write comment.