Color Hex Logo

#c63abc Color Hex

#C63ABC
(198,58,188)
0 Favorites   0 Comments

Color spaces of #c63abc

RGB 19858188
HSL0.850.550.50
HSV304°71°78°
CMYK 0.000.710.05   0.22
XYZ33.878918.662749.3936
Yxy18.66270.33240.1831
Hunter Lab43.200364.3840-37.5496
CIE-Lab50.290268.7805-39.3804

#c63abc color RGB value is (198,58,188).

#c63abc hex color red value is 198, green value is 58 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c63abc hue: 0.85 , saturation: 0.55 and the lightness value of c63abc is 0.50.

The process color (four color CMYK) of #c63abc color hex is 0.00, 0.71, 0.05, 0.22. Web safe color of #c63abc is #cc33cc. Color #c63abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00111010 10111100
Octal 306 72 274
Decimal 198 58 188
Hex C6 3A BC

RGB Percentages of Color #c63abc

%44.59
%13.06
%42.34

CMYK Percentages of Color #c63abc

%0
%71
%5
%22

Triadic Colors of #c63abc

#c63abc #bcc63a #3abcc6

Analogous Colors of #c63abc

#c63abc #c63a76 #8a3ac6

Monochromatic Colors of #c63abc

#c63abc

Complementary Color

#c63abc #3ac644

#c63abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c63abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c63abc Color CSS Codes

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

#c63abc Text Font Color

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

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


#c63abc Background Color

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

This div background color is #c63abc


#c63abc Border Color

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

This div border color is #c63abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c63abc


Comments

No comments written yet.

Please login to write comment.