Color Hex Logo

#c48fce Color Hex

#C48FCE
(196,143,206)
0 Favorites   0 Comments

Color spaces of #c48fce

RGB 196143206
HSL0.810.390.68
HSV290°31°81°
CMYK 0.050.310.00   0.19
XYZ43.728035.836963.0050
Yxy35.83690.30670.2514
Hunter Lab59.863925.6246-20.4962
CIE-Lab66.395130.8395-24.6008

#c48fce color RGB value is (196,143,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001111 11001110
Octal 304 217 316
Decimal 196 143 206
Hex C4 8F CE

RGB Percentages of Color #c48fce

%35.96
%26.24
%37.80

CMYK Percentages of Color #c48fce

%5
%31
%0
%19

Triadic Colors of #c48fce

#c48fce #cec48f #8fcec4

Analogous Colors of #c48fce

#c48fce #ce8fb9 #a58fce

Monochromatic Colors of #c48fce

#c48fce

Complementary Color

#c48fce #99ce8f

#c48fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48fce Color CSS Codes

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

#c48fce Text Font Color

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

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


#c48fce Background Color

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

This div background color is #c48fce


#c48fce Border Color

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

This div border color is #c48fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48fce


Comments

No comments written yet.

Please login to write comment.