Color Hex Logo

#c48bda Color Hex

#C48BDA
(196,139,218)
0 Favorites   0 Comments

Color spaces of #c48bda

RGB 196139218
HSL0.790.520.70
HSV283°36°85°
CMYK 0.100.360.00   0.15
XYZ44.652535.263070.7827
Yxy35.26300.29630.2340
Hunter Lab59.382730.3026-29.1044
CIE-Lab65.952935.4468-31.9568

#c48bda color RGB value is (196,139,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001011 11011010
Octal 304 213 332
Decimal 196 139 218
Hex C4 8B DA

RGB Percentages of Color #c48bda

%35.44
%25.14
%39.42

CMYK Percentages of Color #c48bda

%10
%36
%0
%15

Triadic Colors of #c48bda

#c48bda #dac48b #8bdac4

Analogous Colors of #c48bda

#c48bda #da8bc9 #9d8bda

Monochromatic Colors of #c48bda

#c48bda

Complementary Color

#c48bda #a1da8b

#c48bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48bda Color CSS Codes

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

#c48bda Text Font Color

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

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


#c48bda Background Color

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

This div background color is #c48bda


#c48bda Border Color

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

This div border color is #c48bda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,139,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 #c48bda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48bda


Comments

No comments written yet.

Please login to write comment.