Color Hex Logo

#c48efe Color Hex

#C48EFE
(196,142,254)
0 Favorites   0 Comments

Color spaces of #c48efe

RGB 196142254
HSL0.750.980.78
HSV269°44°100°
CMYK 0.230.440.00   0.00
XYZ50.327338.237598.4940
Yxy38.23750.26900.2044
Hunter Lab61.836537.0632-51.1524
CIE-Lab68.195341.5954-48.2610

#c48efe color RGB value is (196,142,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001110 11111110
Octal 304 216 376
Decimal 196 142 254
Hex C4 8E FE

RGB Percentages of Color #c48efe

%33.11
%23.99
%42.91

CMYK Percentages of Color #c48efe

%23
%44
%0
%0

Triadic Colors of #c48efe

#c48efe #fec48e #8efec4

Analogous Colors of #c48efe

#c48efe #fc8efe #8e90fe

Monochromatic Colors of #c48efe

#c48efe

Complementary Color

#c48efe #c8fe8e

#c48efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48efe Color CSS Codes

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

#c48efe Text Font Color

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

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


#c48efe Background Color

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

This div background color is #c48efe


#c48efe Border Color

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

This div border color is #c48efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48efe


Comments

No comments written yet.

Please login to write comment.