Color Hex Logo

#c48abf Color Hex

#C48ABF
(196,138,191)
0 Favorites   0 Comments

Color spaces of #c48abf

RGB 196138191
HSL0.850.330.65
HSV305°30°77°
CMYK 0.000.300.03   0.23
XYZ41.257433.674353.6155
Yxy33.67430.32100.2620
Hunter Lab58.029625.3568-14.1594
CIE-Lab64.703230.7214-18.7897

#c48abf color RGB value is (196,138,191).

#c48abf hex color red value is 196, green value is 138 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c48abf hue: 0.85 , saturation: 0.33 and the lightness value of c48abf is 0.65.

The process color (four color CMYK) of #c48abf color hex is 0.00, 0.30, 0.03, 0.23. Web safe color of #c48abf is #cc99cc. Color #c48abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001010 10111111
Octal 304 212 277
Decimal 196 138 191
Hex C4 8A BF

RGB Percentages of Color #c48abf

%37.33
%26.29
%36.38

CMYK Percentages of Color #c48abf

%0
%30
%3
%23

Triadic Colors of #c48abf

#c48abf #bfc48a #8abfc4

Analogous Colors of #c48abf

#c48abf #c48aa2 #ac8ac4

Monochromatic Colors of #c48abf

#c48abf

Complementary Color

#c48abf #8ac48f

#c48abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48abf Color CSS Codes

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

#c48abf Text Font Color

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

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


#c48abf Background Color

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

This div background color is #c48abf


#c48abf Border Color

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

This div border color is #c48abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48abf


Comments

No comments written yet.

Please login to write comment.