Color Hex Logo

#c48bfc Color Hex

#C48BFC
(196,139,252)
0 Favorites   0 Comments

Color spaces of #c48bfc

RGB 196139252
HSL0.750.950.77
HSV270°45°99°
CMYK 0.220.450.00   0.01
XYZ49.568337.229396.6689
Yxy37.22930.27020.2029
Hunter Lab61.015838.2329-51.2236
CIE-Lab67.448742.7696-48.3460

#c48bfc color RGB value is (196,139,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001011 11111100
Octal 304 213 374
Decimal 196 139 252
Hex C4 8B FC

RGB Percentages of Color #c48bfc

%33.39
%23.68
%42.93

CMYK Percentages of Color #c48bfc

%22
%45
%0
%1

Triadic Colors of #c48bfc

#c48bfc #fcc48b #8bfcc4

Analogous Colors of #c48bfc

#c48bfc #fc8bfc #8c8bfc

Monochromatic Colors of #c48bfc

#c48bfc

Complementary Color

#c48bfc #c3fc8b

#c48bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48bfc Color CSS Codes

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

#c48bfc Text Font Color

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

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


#c48bfc Background Color

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

This div background color is #c48bfc


#c48bfc Border Color

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

This div border color is #c48bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48bfc


Comments

No comments written yet.

Please login to write comment.