Color Hex Logo

#c48cd3 Color Hex

#C48CD3
(196,140,211)
0 Favorites   0 Comments

Color spaces of #c48cd3

RGB 196140211
HSL0.800.450.69
HSV287°34°83°
CMYK 0.070.340.00   0.17
XYZ43.900935.195166.1075
Yxy35.19510.30230.2424
Hunter Lab59.325528.2706-24.5402
CIE-Lab65.900333.4805-28.1459

#c48cd3 color RGB value is (196,140,211).

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

The process color (four color CMYK) of #c48cd3 color hex is 0.07, 0.34, 0.00, 0.17. Web safe color of #c48cd3 is #cc99cc. Color #c48cd3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001100 11010011
Octal 304 214 323
Decimal 196 140 211
Hex C4 8C D3

RGB Percentages of Color #c48cd3

%35.83
%25.59
%38.57

CMYK Percentages of Color #c48cd3

%7
%34
%0
%17

Triadic Colors of #c48cd3

#c48cd3 #d3c48c #8cd3c4

Analogous Colors of #c48cd3

#c48cd3 #d38cbf #a18cd3

Monochromatic Colors of #c48cd3

#c48cd3

Complementary Color

#c48cd3 #9bd38c

#c48cd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48cd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48cd3 Color CSS Codes

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

#c48cd3 Text Font Color

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

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


#c48cd3 Background Color

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

This div background color is #c48cd3


#c48cd3 Border Color

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

This div border color is #c48cd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48cd3


Comments

No comments written yet.

Please login to write comment.