Color Hex Logo

#c48afb Color Hex

#C48AFB
(196,138,251)
0 Favorites   0 Comments

Color spaces of #c48afb

RGB 196138251
HSL0.750.930.76
HSV271°45°98°
CMYK 0.220.450.00   0.02
XYZ49.266036.877895.7883
Yxy36.87780.27080.2027
Hunter Lab60.727138.5391-51.0125
CIE-Lab67.185243.0854-48.2148

#c48afb color RGB value is (196,138,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001010 11111011
Octal 304 212 373
Decimal 196 138 251
Hex C4 8A FB

RGB Percentages of Color #c48afb

%33.50
%23.59
%42.91

CMYK Percentages of Color #c48afb

%22
%45
%0
%2

Triadic Colors of #c48afb

#c48afb #fbc48a #8afbc4

Analogous Colors of #c48afb

#c48afb #fb8afa #8c8afb

Monochromatic Colors of #c48afb

#c48afb

Complementary Color

#c48afb #c1fb8a

#c48afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48afb Color CSS Codes

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

#c48afb Text Font Color

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

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


#c48afb Background Color

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

This div background color is #c48afb


#c48afb Border Color

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

This div border color is #c48afb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,138,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 #c48afb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48afb

Related Colors


Comments

No comments written yet.

Please login to write comment.