Color Hex Logo

#c48feb Color Hex

#C48FEB
(196,143,235)
0 Favorites   0 Comments

Color spaces of #c48feb

RGB 196143235
HSL0.760.700.74
HSV275°39°92°
CMYK 0.170.390.00   0.08
XYZ47.582837.378883.3042
Yxy37.37880.28280.2221
Hunter Lab61.138231.9316-37.9892
CIE-Lab67.560336.8417-38.8524

#c48feb color RGB value is (196,143,235).

#c48feb hex color red value is 196, green value is 143 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c48feb hue: 0.76 , saturation: 0.70 and the lightness value of c48feb is 0.74.

The process color (four color CMYK) of #c48feb color hex is 0.17, 0.39, 0.00, 0.08. Web safe color of #c48feb is #cc99ff. Color #c48feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001111 11101011
Octal 304 217 353
Decimal 196 143 235
Hex C4 8F EB

RGB Percentages of Color #c48feb

%34.15
%24.91
%40.94

CMYK Percentages of Color #c48feb

%17
%39
%0
%8

Triadic Colors of #c48feb

#c48feb #ebc48f #8febc4

Analogous Colors of #c48feb

#c48feb #eb8fe4 #968feb

Monochromatic Colors of #c48feb

#c48feb

Complementary Color

#c48feb #b6eb8f

#c48feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48feb Color CSS Codes

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

#c48feb Text Font Color

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

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


#c48feb Background Color

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

This div background color is #c48feb


#c48feb Border Color

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

This div border color is #c48feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48feb


Comments

No comments written yet.

Please login to write comment.