Color Hex Logo

#c48ede Color Hex

#C48EDE
(196,142,222)
0 Favorites   0 Comments

Color spaces of #c48ede

RGB 196142222
HSL0.780.550.71
HSV281°36°87°
CMYK 0.120.360.00   0.13
XYZ45.622836.355773.7200
Yxy36.35570.29300.2335
Hunter Lab60.295729.5448-30.2834
CIE-Lab66.790834.6305-32.8763

#c48ede color RGB value is (196,142,222).

#c48ede hex color red value is 196, green value is 142 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c48ede hue: 0.78 , saturation: 0.55 and the lightness value of c48ede is 0.71.

The process color (four color CMYK) of #c48ede color hex is 0.12, 0.36, 0.00, 0.13. Web safe color of #c48ede is #cc99cc. Color #c48ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001110 11011110
Octal 304 216 336
Decimal 196 142 222
Hex C4 8E DE

RGB Percentages of Color #c48ede

%35.00
%25.36
%39.64

CMYK Percentages of Color #c48ede

%12
%36
%0
%13

Triadic Colors of #c48ede

#c48ede #dec48e #8edec4

Analogous Colors of #c48ede

#c48ede #de8ed0 #9c8ede

Monochromatic Colors of #c48ede

#c48ede

Complementary Color

#c48ede #a8de8e

#c48ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48ede Color CSS Codes

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

#c48ede Text Font Color

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

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


#c48ede Background Color

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

This div background color is #c48ede


#c48ede Border Color

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

This div border color is #c48ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48ede


Comments

No comments written yet.

Please login to write comment.