Color Hex Logo

#c48bcf Color Hex

#C48BCF
(196,139,207)
0 Favorites   0 Comments

Color spaces of #c48bcf

RGB 196139207
HSL0.810.410.68
HSV290°33°81°
CMYK 0.050.330.00   0.19
XYZ43.260134.706063.4504
Yxy34.70600.30590.2454
Hunter Lab58.911827.9804-22.6195
CIE-Lab65.519133.2337-26.5030

#c48bcf color RGB value is (196,139,207).

#c48bcf hex color red value is 196, green value is 139 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c48bcf hue: 0.81 , saturation: 0.41 and the lightness value of c48bcf is 0.68.

The process color (four color CMYK) of #c48bcf color hex is 0.05, 0.33, 0.00, 0.19. Web safe color of #c48bcf is #cc99cc. Color #c48bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001011 11001111
Octal 304 213 317
Decimal 196 139 207
Hex C4 8B CF

RGB Percentages of Color #c48bcf

%36.16
%25.65
%38.19

CMYK Percentages of Color #c48bcf

%5
%33
%0
%19

Triadic Colors of #c48bcf

#c48bcf #cfc48b #8bcfc4

Analogous Colors of #c48bcf

#c48bcf #cf8bb8 #a28bcf

Monochromatic Colors of #c48bcf

#c48bcf

Complementary Color

#c48bcf #96cf8b

#c48bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48bcf Color CSS Codes

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

#c48bcf Text Font Color

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

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


#c48bcf Background Color

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

This div background color is #c48bcf


#c48bcf Border Color

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

This div border color is #c48bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48bcf


Comments

No comments written yet.

Please login to write comment.