Color Hex Logo

#c2638e Color Hex

#C2638E
(194,99,142)
0 Favorites   0 Comments

Color spaces of #c2638e

RGB 19499142
HSL0.920.440.57
HSV333°49°76°
CMYK 0.000.490.27   0.24
XYZ31.592522.346028.2393
Yxy22.34600.38440.2719
Hunter Lab47.271636.5698-2.3288
CIE-Lab54.392242.9380-6.1785

#c2638e color RGB value is (194,99,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100011 10001110
Octal 302 143 216
Decimal 194 99 142
Hex C2 63 8E

RGB Percentages of Color #c2638e

%44.60
%22.76
%32.64

CMYK Percentages of Color #c2638e

%0
%49
%27
%24

Triadic Colors of #c2638e

#c2638e #8ec263 #638ec2

Analogous Colors of #c2638e

#c2638e #c26863 #c263be

Monochromatic Colors of #c2638e

#c2638e

Complementary Color

#c2638e #63c297

#c2638e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2638e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2638e Color CSS Codes

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

#c2638e Text Font Color

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

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


#c2638e Background Color

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

This div background color is #c2638e


#c2638e Border Color

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

This div border color is #c2638e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2638e


Comments

No comments written yet.

Please login to write comment.