Color Hex Logo

#c48cda Color Hex

#C48CDA
(196,140,218)
0 Favorites   0 Comments

Color spaces of #c48cda

RGB 196140218
HSL0.790.510.70
HSV283°36°85°
CMYK 0.100.360.00   0.15
XYZ44.797935.553970.8311
Yxy35.55390.29630.2352
Hunter Lab59.627129.7598-28.6917
CIE-Lab66.177734.8996-31.6088

#c48cda color RGB value is (196,140,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001100 11011010
Octal 304 214 332
Decimal 196 140 218
Hex C4 8C DA

RGB Percentages of Color #c48cda

%35.38
%25.27
%39.35

CMYK Percentages of Color #c48cda

%10
%36
%0
%15

Triadic Colors of #c48cda

#c48cda #dac48c #8cdac4

Analogous Colors of #c48cda

#c48cda #da8cc9 #9d8cda

Monochromatic Colors of #c48cda

#c48cda

Complementary Color

#c48cda #a2da8c

#c48cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48cda Color CSS Codes

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

#c48cda Text Font Color

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

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


#c48cda Background Color

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

This div background color is #c48cda


#c48cda Border Color

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

This div border color is #c48cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48cda


Comments

No comments written yet.

Please login to write comment.