Color Hex Logo

#c48dee Color Hex

#C48DEE
(196,141,238)
0 Favorites   0 Comments

Color spaces of #c48dee

RGB 196141238
HSL0.760.740.74
HSV274°41°93°
CMYK 0.180.410.00   0.07
XYZ47.722436.958685.5074
Yxy36.95860.28040.2172
Hunter Lab60.793633.7321-40.8371
CIE-Lab67.246038.5843-40.9929

#c48dee color RGB value is (196,141,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001101 11101110
Octal 304 215 356
Decimal 196 141 238
Hex C4 8D EE

RGB Percentages of Color #c48dee

%34.09
%24.52
%41.39

CMYK Percentages of Color #c48dee

%18
%41
%0
%7

Triadic Colors of #c48dee

#c48dee #eec48d #8deec4

Analogous Colors of #c48dee

#c48dee #ee8de8 #948dee

Monochromatic Colors of #c48dee

#c48dee

Complementary Color

#c48dee #b7ee8d

#c48dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48dee Color CSS Codes

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

#c48dee Text Font Color

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

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


#c48dee Background Color

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

This div background color is #c48dee


#c48dee Border Color

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

This div border color is #c48dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48dee


Comments

No comments written yet.

Please login to write comment.