Color Hex Logo

#c48ad5 Color Hex

#C48AD5
(196,138,213)
0 Favorites   0 Comments

Color spaces of #c48ad5

RGB 196138213
HSL0.800.470.69
HSV286°35°84°
CMYK 0.080.350.00   0.16
XYZ43.863734.716867.3399
Yxy34.71680.30060.2379
Hunter Lab58.921029.7726-26.5170
CIE-Lab65.527634.9778-29.8344

#c48ad5 color RGB value is (196,138,213).

#c48ad5 hex color red value is 196, green value is 138 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #c48ad5 hue: 0.80 , saturation: 0.47 and the lightness value of c48ad5 is 0.69.

The process color (four color CMYK) of #c48ad5 color hex is 0.08, 0.35, 0.00, 0.16. Web safe color of #c48ad5 is #cc99cc. Color #c48ad5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001010 11010101
Octal 304 212 325
Decimal 196 138 213
Hex C4 8A D5

RGB Percentages of Color #c48ad5

%35.83
%25.23
%38.94

CMYK Percentages of Color #c48ad5

%8
%35
%0
%16

Triadic Colors of #c48ad5

#c48ad5 #d5c48a #8ad5c4

Analogous Colors of #c48ad5

#c48ad5 #d58ac1 #9f8ad5

Monochromatic Colors of #c48ad5

#c48ad5

Complementary Color

#c48ad5 #9bd58a

#c48ad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48ad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48ad5 Color CSS Codes

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

#c48ad5 Text Font Color

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

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


#c48ad5 Background Color

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

This div background color is #c48ad5


#c48ad5 Border Color

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

This div border color is #c48ad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48ad5


Comments

No comments written yet.

Please login to write comment.