Color Hex Logo

#c48aeb Color Hex

#C48AEB
(196,138,235)
0 Favorites   0 Comments

Color spaces of #c48aeb

RGB 196138235
HSL0.770.710.73
HSV276°41°92°
CMYK 0.170.410.00   0.08
XYZ46.848835.910983.0596
Yxy35.91090.28250.2166
Hunter Lab59.925734.6780-40.2305
CIE-Lab66.451839.5676-40.5844

#c48aeb color RGB value is (196,138,235).

#c48aeb hex color red value is 196, green value is 138 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c48aeb hue: 0.77 , saturation: 0.71 and the lightness value of c48aeb is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001010 11101011
Octal 304 212 353
Decimal 196 138 235
Hex C4 8A EB

RGB Percentages of Color #c48aeb

%34.45
%24.25
%41.30

CMYK Percentages of Color #c48aeb

%17
%41
%0
%8

Triadic Colors of #c48aeb

#c48aeb #ebc48a #8aebc4

Analogous Colors of #c48aeb

#c48aeb #eb8ae2 #948aeb

Monochromatic Colors of #c48aeb

#c48aeb

Complementary Color

#c48aeb #b1eb8a

#c48aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48aeb Color CSS Codes

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

#c48aeb Text Font Color

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

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


#c48aeb Background Color

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

This div background color is #c48aeb


#c48aeb Border Color

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

This div border color is #c48aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48aeb


Comments

No comments written yet.

Please login to write comment.