Color Hex Logo

#c0298b Color Hex

#C0298B
(192,41,139)
0 Favorites   0 Comments

Color spaces of #c0298b

RGB 19241139
HSL0.890.650.46
HSV321°79°75°
CMYK 0.000.790.28   0.25
XYZ27.191414.656425.8219
Yxy14.65640.40180.2166
Hunter Lab38.283759.7851-13.1918
CIE-Lab45.159965.8383-18.3477

#c0298b color RGB value is (192,41,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00101001 10001011
Octal 300 51 213
Decimal 192 41 139
Hex C0 29 8B

RGB Percentages of Color #c0298b

%51.61
%11.02
%37.37

CMYK Percentages of Color #c0298b

%0
%79
%28
%25

Triadic Colors of #c0298b

#c0298b #8bc029 #298bc0

Analogous Colors of #c0298b

#c0298b #c0293f #aa29c0

Monochromatic Colors of #c0298b

#c0298b

Complementary Color

#c0298b #29c05e

#c0298b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0298b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0298b Color CSS Codes

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

#c0298b Text Font Color

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

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


#c0298b Background Color

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

This div background color is #c0298b


#c0298b Border Color

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

This div border color is #c0298b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0298b


Comments

No comments written yet.

Please login to write comment.