Color Hex Logo

#c2627e Color Hex

#C2627E
(194,98,126)
0 Favorites   0 Comments

Color spaces of #c2627e

RGB 19498126
HSL0.950.440.57
HSV343°49°76°
CMYK 0.000.490.35   0.24
XYZ30.381721.711122.3280
Yxy21.71110.40820.2917
Hunter Lab46.595234.84684.2054
CIE-Lab53.719141.35672.2657

#c2627e color RGB value is (194,98,126).

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

The process color (four color CMYK) of #c2627e color hex is 0.00, 0.49, 0.35, 0.24. Web safe color of #c2627e is #cc6666. Color #c2627e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100010 01111110
Octal 302 142 176
Decimal 194 98 126
Hex C2 62 7E

RGB Percentages of Color #c2627e

%46.41
%23.44
%30.14

CMYK Percentages of Color #c2627e

%0
%49
%35
%24

Triadic Colors of #c2627e

#c2627e #7ec262 #627ec2

Analogous Colors of #c2627e

#c2627e #c27662 #c262ae

Monochromatic Colors of #c2627e

#c2627e

Complementary Color

#c2627e #62c2a6

#c2627e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2627e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2627e Color CSS Codes

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

#c2627e Text Font Color

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

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


#c2627e Background Color

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

This div background color is #c2627e


#c2627e Border Color

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

This div border color is #c2627e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2627e


Comments

No comments written yet.

Please login to write comment.