Color Hex Logo

#c48abd Color Hex

#C48ABD
(196,138,189)
0 Favorites   0 Comments

Color spaces of #c48abd

RGB 196138189
HSL0.850.330.65
HSV307°30°77°
CMYK 0.000.300.04   0.23
XYZ41.038733.586852.4640
Yxy33.58680.32290.2643
Hunter Lab57.954124.9804-13.1054
CIE-Lab64.633330.3529-17.7715

#c48abd color RGB value is (196,138,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001010 10111101
Octal 304 212 275
Decimal 196 138 189
Hex C4 8A BD

RGB Percentages of Color #c48abd

%37.48
%26.39
%36.14

CMYK Percentages of Color #c48abd

%0
%30
%4
%23

Triadic Colors of #c48abd

#c48abd #bdc48a #8abdc4

Analogous Colors of #c48abd

#c48abd #c48aa0 #ae8ac4

Monochromatic Colors of #c48abd

#c48abd

Complementary Color

#c48abd #8ac491

#c48abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48abd Color CSS Codes

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

#c48abd Text Font Color

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

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


#c48abd Background Color

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

This div background color is #c48abd


#c48abd Border Color

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

This div border color is #c48abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48abd


Comments

No comments written yet.

Please login to write comment.