Color Hex Logo

#c48cff Color Hex

#C48CFF
(196,140,255)
0 Favorites   0 Comments

Color spaces of #c48cff

RGB 196140255
HSL0.751.000.77
HSV269°45°100°
CMYK 0.230.450.00   0.00
XYZ50.193037.711999.2414
Yxy37.71190.26820.2015
Hunter Lab61.410038.4281-52.8283
CIE-Lab67.807742.9057-49.4172

#c48cff color RGB value is (196,140,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001100 11111111
Octal 304 214 377
Decimal 196 140 255
Hex C4 8C FF

RGB Percentages of Color #c48cff

%33.16
%23.69
%43.15

CMYK Percentages of Color #c48cff

%23
%45
%0
%0

Triadic Colors of #c48cff

#c48cff #ffc48c #8cffc4

Analogous Colors of #c48cff

#c48cff #fe8cff #8c8eff

Monochromatic Colors of #c48cff

#c48cff

Complementary Color

#c48cff #c7ff8c

#c48cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48cff Color CSS Codes

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

#c48cff Text Font Color

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

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


#c48cff Background Color

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

This div background color is #c48cff


#c48cff Border Color

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

This div border color is #c48cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48cff

Related Colors


Comments

No comments written yet.

Please login to write comment.