Color Hex Logo

#c63298 Color Hex

#C63298
(198,50,152)
0 Favorites   0 Comments

Color spaces of #c63298

RGB 19850152
HSL0.890.600.49
HSV319°75°78°
CMYK 0.000.750.23   0.22
XYZ30.096816.554031.3147
Yxy16.55400.38600.2123
Hunter Lab40.686660.8389-17.1523
CIE-Lab47.693166.2590-22.2002

#c63298 color RGB value is (198,50,152).

#c63298 hex color red value is 198, green value is 50 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #c63298 hue: 0.89 , saturation: 0.60 and the lightness value of c63298 is 0.49.

The process color (four color CMYK) of #c63298 color hex is 0.00, 0.75, 0.23, 0.22. Web safe color of #c63298 is #cc3399. Color #c63298 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110010 10011000
Octal 306 62 230
Decimal 198 50 152
Hex C6 32 98

RGB Percentages of Color #c63298

%49.50
%12.50
%38.00

CMYK Percentages of Color #c63298

%0
%75
%23
%22

Triadic Colors of #c63298

#c63298 #98c632 #3298c6

Analogous Colors of #c63298

#c63298 #c6324e #aa32c6

Monochromatic Colors of #c63298

#c63298

Complementary Color

#c63298 #32c660

#c63298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c63298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c63298 Color CSS Codes

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

#c63298 Text Font Color

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

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


#c63298 Background Color

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

This div background color is #c63298


#c63298 Border Color

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

This div border color is #c63298


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,50,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c63298; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c63298;
  -webkit-box-shadow: 1px 1px 3px 2px #c63298;
  box-shadow:         1px 1px 3px 2px #c63298; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,50,152, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c63298


Comments

No comments written yet.

Please login to write comment.