Color Hex Logo

#c63dcc Color Hex

#C63DCC
(198,61,204)
0 Favorites   0 Comments

Color spaces of #c63dcc

RGB 19861204
HSL0.830.580.52
HSV297°70°80°
CMYK 0.030.700.00   0.20
XYZ35.856519.702959.0399
Yxy19.70290.31290.1719
Hunter Lab44.387966.5130-47.7894
CIE-Lab51.499670.3355-46.7105

#c63dcc color RGB value is (198,61,204).

#c63dcc hex color red value is 198, green value is 61 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c63dcc hue: 0.83 , saturation: 0.58 and the lightness value of c63dcc is 0.52.

The process color (four color CMYK) of #c63dcc color hex is 0.03, 0.70, 0.00, 0.20. Web safe color of #c63dcc is #cc33cc. Color #c63dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00111101 11001100
Octal 306 75 314
Decimal 198 61 204
Hex C6 3D CC

RGB Percentages of Color #c63dcc

%42.76
%13.17
%44.06

CMYK Percentages of Color #c63dcc

%3
%70
%0
%20

Triadic Colors of #c63dcc

#c63dcc #ccc63d #3dccc6

Analogous Colors of #c63dcc

#c63dcc #cc3d8b #7f3dcc

Monochromatic Colors of #c63dcc

#c63dcc

Complementary Color

#c63dcc #43cc3d

#c63dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c63dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c63dcc Color CSS Codes

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

#c63dcc Text Font Color

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

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


#c63dcc Background Color

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

This div background color is #c63dcc


#c63dcc Border Color

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

This div border color is #c63dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c63dcc


Comments

No comments written yet.

Please login to write comment.