Color Hex Logo

#c48ccf Color Hex

#C48CCF
(196,140,207)
0 Favorites   0 Comments

Color spaces of #c48ccf

RGB 196140207
HSL0.810.410.68
HSV290°32°81°
CMYK 0.050.320.00   0.19
XYZ43.405534.996963.4988
Yxy34.99690.30590.2466
Hunter Lab59.158227.4421-22.2296
CIE-Lab65.746332.6851-26.1538

#c48ccf color RGB value is (196,140,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001100 11001111
Octal 304 214 317
Decimal 196 140 207
Hex C4 8C CF

RGB Percentages of Color #c48ccf

%36.10
%25.78
%38.12

CMYK Percentages of Color #c48ccf

%5
%32
%0
%19

Triadic Colors of #c48ccf

#c48ccf #cfc48c #8ccfc4

Analogous Colors of #c48ccf

#c48ccf #cf8cb9 #a38ccf

Monochromatic Colors of #c48ccf

#c48ccf

Complementary Color

#c48ccf #97cf8c

#c48ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48ccf Color CSS Codes

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

#c48ccf Text Font Color

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

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


#c48ccf Background Color

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

This div background color is #c48ccf


#c48ccf Border Color

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

This div border color is #c48ccf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,140,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 #c48ccf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48ccf


Comments

No comments written yet.

Please login to write comment.