Color Hex Logo

#c2678b Color Hex

#C2678B
(194,103,139)
0 Favorites   0 Comments

Color spaces of #c2678b

RGB 194103139
HSL0.930.430.58
HSV336°47°76°
CMYK 0.000.470.28   0.24
XYZ31.758623.033927.1982
Yxy23.03390.38730.2809
Hunter Lab47.993634.1291-0.0043
CIE-Lab55.107240.4619-3.3586

#c2678b color RGB value is (194,103,139).

#c2678b hex color red value is 194, green value is 103 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #c2678b hue: 0.93 , saturation: 0.43 and the lightness value of c2678b is 0.58.

The process color (four color CMYK) of #c2678b color hex is 0.00, 0.47, 0.28, 0.24. Web safe color of #c2678b is #cc6699. Color #c2678b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100111 10001011
Octal 302 147 213
Decimal 194 103 139
Hex C2 67 8B

RGB Percentages of Color #c2678b

%44.50
%23.62
%31.88

CMYK Percentages of Color #c2678b

%0
%47
%28
%24

Triadic Colors of #c2678b

#c2678b #8bc267 #678bc2

Analogous Colors of #c2678b

#c2678b #c27167 #c267b9

Monochromatic Colors of #c2678b

#c2678b

Complementary Color

#c2678b #67c29e

#c2678b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2678b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2678b Color CSS Codes

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

#c2678b Text Font Color

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

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


#c2678b Background Color

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

This div background color is #c2678b


#c2678b Border Color

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

This div border color is #c2678b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2678b


Comments

No comments written yet.

Please login to write comment.