Color Hex Logo

#c48dff Color Hex

#C48DFF
(196,141,255)
0 Favorites   0 Comments

Color spaces of #c48dff

RGB 196141255
HSL0.751.000.78
HSV269°45°100°
CMYK 0.230.450.00   0.00
XYZ50.339838.005599.2903
Yxy38.00550.26830.2025
Hunter Lab61.648637.8710-52.3376
CIE-Lab68.024742.3643-49.0750

#c48dff color RGB value is (196,141,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001101 11111111
Octal 304 215 377
Decimal 196 141 255
Hex C4 8D FF

RGB Percentages of Color #c48dff

%33.11
%23.82
%43.07

CMYK Percentages of Color #c48dff

%23
%45
%0
%0

Triadic Colors of #c48dff

#c48dff #ffc48d #8dffc4

Analogous Colors of #c48dff

#c48dff #fd8dff #8d8fff

Monochromatic Colors of #c48dff

#c48dff

Complementary Color

#c48dff #c8ff8d

#c48dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48dff Color CSS Codes

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

#c48dff Text Font Color

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

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


#c48dff Background Color

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

This div background color is #c48dff


#c48dff Border Color

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

This div border color is #c48dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48dff

#c48dff Color Palettes


Comments

No comments written yet.

Please login to write comment.