Color Hex Logo

#c48cbf Color Hex

#C48CBF
(196,140,191)
0 Favorites   0 Comments

Color spaces of #c48cbf

RGB 196140191
HSL0.850.320.66
HSV305°29°77°
CMYK 0.000.290.03   0.23
XYZ41.547034.253553.7120
Yxy34.25350.32080.2645
Hunter Lab58.526524.2929-13.4442
CIE-Lab65.163329.6221-18.0912

#c48cbf color RGB value is (196,140,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001100 10111111
Octal 304 214 277
Decimal 196 140 191
Hex C4 8C BF

RGB Percentages of Color #c48cbf

%37.19
%26.57
%36.24

CMYK Percentages of Color #c48cbf

%0
%29
%3
%23

Triadic Colors of #c48cbf

#c48cbf #bfc48c #8cbfc4

Analogous Colors of #c48cbf

#c48cbf #c48ca3 #ad8cc4

Monochromatic Colors of #c48cbf

#c48cbf

Complementary Color

#c48cbf #8cc491

#c48cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48cbf Color CSS Codes

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

#c48cbf Text Font Color

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

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


#c48cbf Background Color

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

This div background color is #c48cbf


#c48cbf Border Color

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

This div border color is #c48cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48cbf


Comments

No comments written yet.

Please login to write comment.