Color Hex Logo

#c48bfb Color Hex

#C48BFB
(196,139,251)
0 Favorites   0 Comments

Color spaces of #c48bfb

RGB 196139251
HSL0.750.930.76
HSV271°45°98°
CMYK 0.220.450.00   0.02
XYZ49.410237.166095.8363
Yxy37.16600.27090.2037
Hunter Lab60.963937.9843-50.5301
CIE-Lab67.401442.5452-47.8741

#c48bfb color RGB value is (196,139,251).

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

The process color (four color CMYK) of #c48bfb color hex is 0.22, 0.45, 0.00, 0.02. Web safe color of #c48bfb is #cc99ff. Color #c48bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001011 11111011
Octal 304 213 373
Decimal 196 139 251
Hex C4 8B FB

RGB Percentages of Color #c48bfb

%33.45
%23.72
%42.83

CMYK Percentages of Color #c48bfb

%22
%45
%0
%2

Triadic Colors of #c48bfb

#c48bfb #fbc48b #8bfbc4

Analogous Colors of #c48bfb

#c48bfb #fb8bfa #8c8bfb

Monochromatic Colors of #c48bfb

#c48bfb

Complementary Color

#c48bfb #c2fb8b

#c48bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48bfb Color CSS Codes

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

#c48bfb Text Font Color

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

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


#c48bfb Background Color

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

This div background color is #c48bfb


#c48bfb Border Color

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

This div border color is #c48bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48bfb


Comments

No comments written yet.

Please login to write comment.