Color Hex Logo

#c63488 Color Hex

#C63488
(198,52,136)
0 Favorites   0 Comments

Color spaces of #c63488

RGB 19852136
HSL0.900.580.49
HSV325°74°78°
CMYK 0.000.740.31   0.22
XYZ28.960616.239324.9007
Yxy16.23930.41310.2317
Hunter Lab40.298057.7594-8.4275
CIE-Lab47.286963.6662-13.1905

#c63488 color RGB value is (198,52,136).

#c63488 hex color red value is 198, green value is 52 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #c63488 hue: 0.90 , saturation: 0.58 and the lightness value of c63488 is 0.49.

The process color (four color CMYK) of #c63488 color hex is 0.00, 0.74, 0.31, 0.22. Web safe color of #c63488 is #cc3399. Color #c63488 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110100 10001000
Octal 306 64 210
Decimal 198 52 136
Hex C6 34 88

RGB Percentages of Color #c63488

%51.30
%13.47
%35.23

CMYK Percentages of Color #c63488

%0
%74
%31
%22

Triadic Colors of #c63488

#c63488 #88c634 #3488c6

Analogous Colors of #c63488

#c63488 #c6343f #bb34c6

Monochromatic Colors of #c63488

#c63488

Complementary Color

#c63488 #34c672

#c63488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c63488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c63488 Color CSS Codes

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

#c63488 Text Font Color

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

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


#c63488 Background Color

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

This div background color is #c63488


#c63488 Border Color

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

This div border color is #c63488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c63488


Comments

No comments written yet.

Please login to write comment.