Color Hex Logo

#c48ebc Color Hex

#C48EBC
(196,142,188)
0 Favorites   0 Comments

Color spaces of #c48ebc

RGB 196142188
HSL0.860.310.66
HSV309°28°77°
CMYK 0.000.280.04   0.23
XYZ41.515134.712652.0891
Yxy34.71260.32350.2705
Hunter Lab58.917422.6714-11.1763
CIE-Lab65.524327.9689-15.8609

#c48ebc color RGB value is (196,142,188).

#c48ebc hex color red value is 196, green value is 142 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c48ebc hue: 0.86 , saturation: 0.31 and the lightness value of c48ebc is 0.66.

The process color (four color CMYK) of #c48ebc color hex is 0.00, 0.28, 0.04, 0.23. Web safe color of #c48ebc is #cc99cc. Color #c48ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001110 10111100
Octal 304 216 274
Decimal 196 142 188
Hex C4 8E BC

RGB Percentages of Color #c48ebc

%37.26
%27.00
%35.74

CMYK Percentages of Color #c48ebc

%0
%28
%4
%23

Triadic Colors of #c48ebc

#c48ebc #bcc48e #8ebcc4

Analogous Colors of #c48ebc

#c48ebc #c48ea1 #b18ec4

Monochromatic Colors of #c48ebc

#c48ebc

Complementary Color

#c48ebc #8ec496

#c48ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48ebc Color CSS Codes

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

#c48ebc Text Font Color

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

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


#c48ebc Background Color

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

This div background color is #c48ebc


#c48ebc Border Color

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

This div border color is #c48ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48ebc


Comments

No comments written yet.

Please login to write comment.