Color Hex Logo

#c2639e Color Hex

#C2639E
(194,99,158)
0 Favorites   0 Comments

Color spaces of #c2639e

RGB 19499158
HSL0.900.440.57
HSV323°49°76°
CMYK 0.000.490.19   0.24
XYZ32.881522.861635.0274
Yxy22.86160.36220.2519
Hunter Lab47.813839.0801-9.9650
CIE-Lab54.929545.2699-14.7473

#c2639e color RGB value is (194,99,158).

#c2639e hex color red value is 194, green value is 99 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #c2639e hue: 0.90 , saturation: 0.44 and the lightness value of c2639e is 0.57.

The process color (four color CMYK) of #c2639e color hex is 0.00, 0.49, 0.19, 0.24. Web safe color of #c2639e is #cc6699. Color #c2639e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100011 10011110
Octal 302 143 236
Decimal 194 99 158
Hex C2 63 9E

RGB Percentages of Color #c2639e

%43.02
%21.95
%35.03

CMYK Percentages of Color #c2639e

%0
%49
%19
%24

Triadic Colors of #c2639e

#c2639e #9ec263 #639ec2

Analogous Colors of #c2639e

#c2639e #c2636f #b763c2

Monochromatic Colors of #c2639e

#c2639e

Complementary Color

#c2639e #63c287

#c2639e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2639e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2639e Color CSS Codes

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

#c2639e Text Font Color

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

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


#c2639e Background Color

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

This div background color is #c2639e


#c2639e Border Color

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

This div border color is #c2639e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,99,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2639e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2639e;
  -webkit-box-shadow: 1px 1px 3px 2px #c2639e;
  box-shadow:         1px 1px 3px 2px #c2639e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,99,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2639e


Comments

No comments written yet.

Please login to write comment.