Color Hex Logo

#c48ead Color Hex

#C48EAD
(196,142,173)
0 Favorites   0 Comments

Color spaces of #c48ead

RGB 196142173
HSL0.900.310.66
HSV326°28°77°
CMYK 0.000.280.12   0.23
XYZ39.980834.098944.0097
Yxy34.09890.33860.2888
Hunter Lab58.394320.0236-3.8088
CIE-Lab65.041025.3198-8.1485

#c48ead color RGB value is (196,142,173).

#c48ead hex color red value is 196, green value is 142 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c48ead hue: 0.90 , saturation: 0.31 and the lightness value of c48ead is 0.66.

The process color (four color CMYK) of #c48ead color hex is 0.00, 0.28, 0.12, 0.23. Web safe color of #c48ead is #cc9999. Color #c48ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001110 10101101
Octal 304 216 255
Decimal 196 142 173
Hex C4 8E AD

RGB Percentages of Color #c48ead

%38.36
%27.79
%33.86

CMYK Percentages of Color #c48ead

%0
%28
%12
%23

Triadic Colors of #c48ead

#c48ead #adc48e #8eadc4

Analogous Colors of #c48ead

#c48ead #c48e92 #c08ec4

Monochromatic Colors of #c48ead

#c48ead

Complementary Color

#c48ead #8ec4a5

#c48ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48ead Color CSS Codes

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

#c48ead Text Font Color

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

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


#c48ead Background Color

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

This div background color is #c48ead


#c48ead Border Color

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

This div border color is #c48ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48ead


Comments

No comments written yet.

Please login to write comment.