Color Hex Logo

#c48ece Color Hex

#C48ECE
(196,142,206)
0 Favorites   0 Comments

Color spaces of #c48ece

RGB 196142206
HSL0.810.400.68
HSV291°31°81°
CMYK 0.050.310.00   0.19
XYZ43.578535.538062.9552
Yxy35.53800.30670.2501
Hunter Lab59.613826.1620-20.8837
CIE-Lab66.165431.3893-24.9530

#c48ece color RGB value is (196,142,206).

#c48ece hex color red value is 196, green value is 142 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c48ece hue: 0.81 , saturation: 0.40 and the lightness value of c48ece is 0.68.

The process color (four color CMYK) of #c48ece color hex is 0.05, 0.31, 0.00, 0.19. Web safe color of #c48ece is #cc99cc. Color #c48ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001110 11001110
Octal 304 216 316
Decimal 196 142 206
Hex C4 8E CE

RGB Percentages of Color #c48ece

%36.03
%26.10
%37.87

CMYK Percentages of Color #c48ece

%5
%31
%0
%19

Triadic Colors of #c48ece

#c48ece #cec48e #8ecec4

Analogous Colors of #c48ece

#c48ece #ce8eb8 #a48ece

Monochromatic Colors of #c48ece

#c48ece

Complementary Color

#c48ece #98ce8e

#c48ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48ece Color CSS Codes

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

#c48ece Text Font Color

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

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


#c48ece Background Color

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

This div background color is #c48ece


#c48ece Border Color

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

This div border color is #c48ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48ece


Comments

No comments written yet.

Please login to write comment.