Color Hex Logo

#c48fbc Color Hex

#C48FBC
(196,143,188)
0 Favorites   0 Comments

Color spaces of #c48fbc

RGB 196143188
HSL0.860.310.66
HSV309°27°77°
CMYK 0.000.270.04   0.23
XYZ41.664535.011552.1389
Yxy35.01150.32340.2718
Hunter Lab59.170522.1411-10.8248
CIE-Lab65.757627.4177-15.5084

#c48fbc color RGB value is (196,143,188).

#c48fbc hex color red value is 196, green value is 143 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c48fbc hue: 0.86 , saturation: 0.31 and the lightness value of c48fbc is 0.66.

The process color (four color CMYK) of #c48fbc color hex is 0.00, 0.27, 0.04, 0.23. Web safe color of #c48fbc is #cc99cc. Color #c48fbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001111 10111100
Octal 304 217 274
Decimal 196 143 188
Hex C4 8F BC

RGB Percentages of Color #c48fbc

%37.19
%27.13
%35.67

CMYK Percentages of Color #c48fbc

%0
%27
%4
%23

Triadic Colors of #c48fbc

#c48fbc #bcc48f #8fbcc4

Analogous Colors of #c48fbc

#c48fbc #c48fa2 #b28fc4

Monochromatic Colors of #c48fbc

#c48fbc

Complementary Color

#c48fbc #8fc497

#c48fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48fbc Color CSS Codes

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

#c48fbc Text Font Color

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

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


#c48fbc Background Color

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

This div background color is #c48fbc


#c48fbc Border Color

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

This div border color is #c48fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48fbc


Comments

No comments written yet.

Please login to write comment.