Color Hex Logo

#c3658e Color Hex

#C3658E
(195,101,142)
0 Favorites   0 Comments

Color spaces of #c3658e

RGB 195101142
HSL0.930.440.58
HSV334°48°76°
CMYK 0.000.480.27   0.24
XYZ32.041822.862528.3153
Yxy22.86250.38500.2747
Hunter Lab47.814735.9413-1.6405
CIE-Lab54.930442.2523-5.3648

#c3658e color RGB value is (195,101,142).

#c3658e hex color red value is 195, green value is 101 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #c3658e hue: 0.93 , saturation: 0.44 and the lightness value of c3658e is 0.58.

The process color (four color CMYK) of #c3658e color hex is 0.00, 0.48, 0.27, 0.24. Web safe color of #c3658e is #cc6699. Color #c3658e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100101 10001110
Octal 303 145 216
Decimal 195 101 142
Hex C3 65 8E

RGB Percentages of Color #c3658e

%44.52
%23.06
%32.42

CMYK Percentages of Color #c3658e

%0
%48
%27
%24

Triadic Colors of #c3658e

#c3658e #8ec365 #658ec3

Analogous Colors of #c3658e

#c3658e #c36b65 #c365bd

Monochromatic Colors of #c3658e

#c3658e

Complementary Color

#c3658e #65c39a

#c3658e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3658e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3658e Color CSS Codes

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

#c3658e Text Font Color

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

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


#c3658e Background Color

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

This div background color is #c3658e


#c3658e Border Color

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

This div border color is #c3658e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3658e


Comments

No comments written yet.

Please login to write comment.