Color Hex Logo

#c48ccb Color Hex

#C48CCB
(196,140,203)
0 Favorites   0 Comments

Color spaces of #c48ccb

RGB 196140203
HSL0.810.380.67
HSV293°31°80°
CMYK 0.030.310.00   0.20
XYZ42.922534.803760.9554
Yxy34.80370.30950.2510
Hunter Lab58.994726.6298-19.9643
CIE-Lab65.595531.9012-24.1522

#c48ccb color RGB value is (196,140,203).

#c48ccb hex color red value is 196, green value is 140 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c48ccb hue: 0.81 , saturation: 0.38 and the lightness value of c48ccb is 0.67.

The process color (four color CMYK) of #c48ccb color hex is 0.03, 0.31, 0.00, 0.20. Web safe color of #c48ccb is #cc99cc. Color #c48ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001100 11001011
Octal 304 214 313
Decimal 196 140 203
Hex C4 8C CB

RGB Percentages of Color #c48ccb

%36.36
%25.97
%37.66

CMYK Percentages of Color #c48ccb

%3
%31
%0
%20

Triadic Colors of #c48ccb

#c48ccb #cbc48c #8ccbc4

Analogous Colors of #c48ccb

#c48ccb #cb8cb3 #a58ccb

Monochromatic Colors of #c48ccb

#c48ccb

Complementary Color

#c48ccb #93cb8c

#c48ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48ccb Color CSS Codes

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

#c48ccb Text Font Color

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

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


#c48ccb Background Color

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

This div background color is #c48ccb


#c48ccb Border Color

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

This div border color is #c48ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48ccb


Comments

No comments written yet.

Please login to write comment.