Color Hex Logo

#c48fcf Color Hex

#C48FCF
(196,143,207)
0 Favorites   0 Comments

Color spaces of #c48fcf

RGB 196143207
HSL0.800.400.69
HSV290°31°81°
CMYK 0.050.310.00   0.19
XYZ43.849935.885763.6470
Yxy35.88570.30580.2503
Hunter Lab59.904725.8279-21.0607
CIE-Lab66.432531.0368-25.1005

#c48fcf color RGB value is (196,143,207).

#c48fcf hex color red value is 196, green value is 143 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c48fcf hue: 0.80 , saturation: 0.40 and the lightness value of c48fcf is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001111 11001111
Octal 304 217 317
Decimal 196 143 207
Hex C4 8F CF

RGB Percentages of Color #c48fcf

%35.90
%26.19
%37.91

CMYK Percentages of Color #c48fcf

%5
%31
%0
%19

Triadic Colors of #c48fcf

#c48fcf #cfc48f #8fcfc4

Analogous Colors of #c48fcf

#c48fcf #cf8fba #a48fcf

Monochromatic Colors of #c48fcf

#c48fcf

Complementary Color

#c48fcf #9acf8f

#c48fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48fcf Color CSS Codes

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

#c48fcf Text Font Color

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

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


#c48fcf Background Color

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

This div background color is #c48fcf


#c48fcf Border Color

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

This div border color is #c48fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48fcf


Comments

No comments written yet.

Please login to write comment.