Color Hex Logo

#c48def Color Hex

#C48DEF
(196,141,239)
0 Favorites   0 Comments

Color spaces of #c48def

RGB 196141239
HSL0.760.750.75
HSV274°41°94°
CMYK 0.180.410.00   0.06
XYZ47.869837.017586.2834
Yxy37.01750.27970.2163
Hunter Lab60.842033.9683-41.4930
CIE-Lab67.290238.8026-41.4733

#c48def color RGB value is (196,141,239).

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

The process color (four color CMYK) of #c48def color hex is 0.18, 0.41, 0.00, 0.06. Web safe color of #c48def is #cc99ff. Color #c48def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001101 11101111
Octal 304 215 357
Decimal 196 141 239
Hex C4 8D EF

RGB Percentages of Color #c48def

%34.03
%24.48
%41.49

CMYK Percentages of Color #c48def

%18
%41
%0
%6

Triadic Colors of #c48def

#c48def #efc48d #8defc4

Analogous Colors of #c48def

#c48def #ef8de9 #938def

Monochromatic Colors of #c48def

#c48def

Complementary Color

#c48def #b8ef8d

#c48def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48def Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48def Color CSS Codes

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

#c48def Text Font Color

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

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


#c48def Background Color

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

This div background color is #c48def


#c48def Border Color

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

This div border color is #c48def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48def


Comments

No comments written yet.

Please login to write comment.