Color Hex Logo

#c3849b Color Hex

#C3849B
(195,132,155)
0 Favorites   0 Comments

Color spaces of #c3849b

RGB 195132155
HSL0.940.340.64
HSV338°32°76°
CMYK 0.000.320.21   0.24
XYZ36.673330.471234.9590
Yxy30.47120.35920.2984
Hunter Lab55.200721.98751.0917
CIE-Lab62.058727.5451-2.3664

#c3849b color RGB value is (195,132,155).

#c3849b hex color red value is 195, green value is 132 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #c3849b hue: 0.94 , saturation: 0.34 and the lightness value of c3849b is 0.64.

The process color (four color CMYK) of #c3849b color hex is 0.00, 0.32, 0.21, 0.24. Web safe color of #c3849b is #cc9999. Color #c3849b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000100 10011011
Octal 303 204 233
Decimal 195 132 155
Hex C3 84 9B

RGB Percentages of Color #c3849b

%40.46
%27.39
%32.16

CMYK Percentages of Color #c3849b

%0
%32
%21
%24

Triadic Colors of #c3849b

#c3849b #9bc384 #849bc3

Analogous Colors of #c3849b

#c3849b #c38d84 #c384bb

Monochromatic Colors of #c3849b

#c3849b

Complementary Color

#c3849b #84c3ac

#c3849b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3849b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3849b Color CSS Codes

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

#c3849b Text Font Color

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

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


#c3849b Background Color

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

This div background color is #c3849b


#c3849b Border Color

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

This div border color is #c3849b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,132,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c3849b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c3849b;
  -webkit-box-shadow: 1px 1px 3px 2px #c3849b;
  box-shadow:         1px 1px 3px 2px #c3849b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,132,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3849b


Comments

No comments written yet.

Please login to write comment.