Color Hex Logo

#c48eed Color Hex

#C48EED
(196,142,237)
0 Favorites   0 Comments

Color spaces of #c48eed

RGB 196142237
HSL0.760.730.74
HSV274°40°93°
CMYK 0.170.400.00   0.07
XYZ47.724037.196284.7850
Yxy37.19620.28120.2192
Hunter Lab60.988732.9471-39.7314
CIE-Lab67.424037.8215-40.1649

#c48eed color RGB value is (196,142,237).

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

The process color (four color CMYK) of #c48eed color hex is 0.17, 0.40, 0.00, 0.07. Web safe color of #c48eed is #cc99ff. Color #c48eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001110 11101101
Octal 304 216 355
Decimal 196 142 237
Hex C4 8E ED

RGB Percentages of Color #c48eed

%34.09
%24.70
%41.22

CMYK Percentages of Color #c48eed

%17
%40
%0
%7

Triadic Colors of #c48eed

#c48eed #edc48e #8eedc4

Analogous Colors of #c48eed

#c48eed #ed8ee7 #958eed

Monochromatic Colors of #c48eed

#c48eed

Complementary Color

#c48eed #b7ed8e

#c48eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48eed Color CSS Codes

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

#c48eed Text Font Color

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

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


#c48eed Background Color

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

This div background color is #c48eed


#c48eed Border Color

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

This div border color is #c48eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48eed


Comments

No comments written yet.

Please login to write comment.