Color Hex Logo

#c3789b Color Hex

#C3789B
(195,120,155)
0 Favorites   0 Comments

Color spaces of #c3789b

RGB 195120155
HSL0.920.380.62
HSV332°38°76°
CMYK 0.000.380.21   0.24
XYZ35.138527.401634.4474
Yxy27.40160.36230.2825
Hunter Lab52.346528.2147-2.3741
CIE-Lab59.344234.0948-6.3751

#c3789b color RGB value is (195,120,155).

#c3789b hex color red value is 195, green value is 120 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #c3789b hue: 0.92 , saturation: 0.38 and the lightness value of c3789b is 0.62.

The process color (four color CMYK) of #c3789b color hex is 0.00, 0.38, 0.21, 0.24. Web safe color of #c3789b is #cc6699. Color #c3789b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01111000 10011011
Octal 303 170 233
Decimal 195 120 155
Hex C3 78 9B

RGB Percentages of Color #c3789b

%41.49
%25.53
%32.98

CMYK Percentages of Color #c3789b

%0
%38
%21
%24

Triadic Colors of #c3789b

#c3789b #9bc378 #789bc3

Analogous Colors of #c3789b

#c3789b #c37b78 #c378c1

Monochromatic Colors of #c3789b

#c3789b

Complementary Color

#c3789b #78c3a0

#c3789b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3789b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3789b Color CSS Codes

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

#c3789b Text Font Color

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

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


#c3789b Background Color

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

This div background color is #c3789b


#c3789b Border Color

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

This div border color is #c3789b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3789b


Comments

No comments written yet.

Please login to write comment.