Color Hex Logo

#c2298b Color Hex

#C2298B
(194,41,139)
0 Favorites   0 Comments

Color spaces of #c2298b

RGB 19441139
HSL0.890.650.46
HSV322°79°76°
CMYK 0.000.790.28   0.24
XYZ27.701314.919325.8458
Yxy14.91930.40460.2179
Hunter Lab38.625560.4213-12.6353
CIE-Lab45.523566.3180-17.7591

#c2298b color RGB value is (194,41,139).

#c2298b hex color red value is 194, green value is 41 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #c2298b hue: 0.89 , saturation: 0.65 and the lightness value of c2298b is 0.46.

The process color (four color CMYK) of #c2298b color hex is 0.00, 0.79, 0.28, 0.24. Web safe color of #c2298b is #cc3399. Color #c2298b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00101001 10001011
Octal 302 51 213
Decimal 194 41 139
Hex C2 29 8B

RGB Percentages of Color #c2298b

%51.87
%10.96
%37.17

CMYK Percentages of Color #c2298b

%0
%79
%28
%24

Triadic Colors of #c2298b

#c2298b #8bc229 #298bc2

Analogous Colors of #c2298b

#c2298b #c2293e #ad29c2

Monochromatic Colors of #c2298b

#c2298b

Complementary Color

#c2298b #29c260

#c2298b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2298b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2298b Color CSS Codes

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

#c2298b Text Font Color

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

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


#c2298b Background Color

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

This div background color is #c2298b


#c2298b Border Color

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

This div border color is #c2298b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2298b


Comments

No comments written yet.

Please login to write comment.