Color Hex Logo

#c48cc2 Color Hex

#C48CC2
(196,140,194)
0 Favorites   0 Comments

Color spaces of #c48cc2

RGB 196140194
HSL0.840.320.66
HSV302°29°77°
CMYK 0.000.290.01   0.23
XYZ41.880634.387055.4689
Yxy34.38700.31790.2610
Hunter Lab58.640424.8627-15.0350
CIE-Lab65.268630.1811-19.6142

#c48cc2 color RGB value is (196,140,194).

#c48cc2 hex color red value is 196, green value is 140 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #c48cc2 hue: 0.84 , saturation: 0.32 and the lightness value of c48cc2 is 0.66.

The process color (four color CMYK) of #c48cc2 color hex is 0.00, 0.29, 0.01, 0.23. Web safe color of #c48cc2 is #cc99cc. Color #c48cc2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001100 11000010
Octal 304 214 302
Decimal 196 140 194
Hex C4 8C C2

RGB Percentages of Color #c48cc2

%36.98
%26.42
%36.60

CMYK Percentages of Color #c48cc2

%0
%29
%1
%23

Triadic Colors of #c48cc2

#c48cc2 #c2c48c #8cc2c4

Analogous Colors of #c48cc2

#c48cc2 #c48ca6 #aa8cc4

Monochromatic Colors of #c48cc2

#c48cc2

Complementary Color

#c48cc2 #8cc48e

#c48cc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48cc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48cc2 Color CSS Codes

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

#c48cc2 Text Font Color

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

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


#c48cc2 Background Color

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

This div background color is #c48cc2


#c48cc2 Border Color

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

This div border color is #c48cc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48cc2


Comments

No comments written yet.

Please login to write comment.