Color Hex Logo

#c48bec Color Hex

#C48BEC
(196,139,236)
0 Favorites   0 Comments

Color spaces of #c48bec

RGB 196139236
HSL0.760.720.74
HSV275°41°93°
CMYK 0.170.410.00   0.07
XYZ47.137936.257183.8708
Yxy36.25710.28180.2168
Hunter Lab60.213934.3629-40.4343
CIE-Lab66.715939.2400-40.7220

#c48bec color RGB value is (196,139,236).

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

The process color (four color CMYK) of #c48bec color hex is 0.17, 0.41, 0.00, 0.07. Web safe color of #c48bec is #cc99ff. Color #c48bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001011 11101100
Octal 304 213 354
Decimal 196 139 236
Hex C4 8B EC

RGB Percentages of Color #c48bec

%34.33
%24.34
%41.33

CMYK Percentages of Color #c48bec

%17
%41
%0
%7

Triadic Colors of #c48bec

#c48bec #ecc48b #8becc4

Analogous Colors of #c48bec

#c48bec #ec8be4 #948bec

Monochromatic Colors of #c48bec

#c48bec

Complementary Color

#c48bec #b3ec8b

#c48bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48bec Color CSS Codes

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

#c48bec Text Font Color

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

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


#c48bec Background Color

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

This div background color is #c48bec


#c48bec Border Color

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

This div border color is #c48bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48bec


Comments

No comments written yet.

Please login to write comment.