Color Hex Logo

#c48ad9 Color Hex

#C48AD9
(196,138,217)
0 Favorites   0 Comments

Color spaces of #c48ad9

RGB 196138217
HSL0.790.510.70
HSV284°36°85°
CMYK 0.100.360.00   0.15
XYZ44.377834.922570.0474
Yxy34.92250.29710.2338
Hunter Lab59.095330.6285-28.9115
CIE-Lab65.688335.7888-31.8111

#c48ad9 color RGB value is (196,138,217).

#c48ad9 hex color red value is 196, green value is 138 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #c48ad9 hue: 0.79 , saturation: 0.51 and the lightness value of c48ad9 is 0.70.

The process color (four color CMYK) of #c48ad9 color hex is 0.10, 0.36, 0.00, 0.15. Web safe color of #c48ad9 is #cc99cc. Color #c48ad9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001010 11011001
Octal 304 212 331
Decimal 196 138 217
Hex C4 8A D9

RGB Percentages of Color #c48ad9

%35.57
%25.05
%39.38

CMYK Percentages of Color #c48ad9

%10
%36
%0
%15

Triadic Colors of #c48ad9

#c48ad9 #d9c48a #8ad9c4

Analogous Colors of #c48ad9

#c48ad9 #d98ac7 #9d8ad9

Monochromatic Colors of #c48ad9

#c48ad9

Complementary Color

#c48ad9 #9fd98a

#c48ad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48ad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48ad9 Color CSS Codes

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

#c48ad9 Text Font Color

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

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


#c48ad9 Background Color

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

This div background color is #c48ad9


#c48ad9 Border Color

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

This div border color is #c48ad9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48ad9


Comments

No comments written yet.

Please login to write comment.