Color Hex Logo

#c63cdc Color Hex

#C63CDC
(198,60,220)
0 Favorites   0 Comments

Color spaces of #c63cdc

RGB 19860220
HSL0.810.700.55
HSV292°73°86°
CMYK 0.100.730.00   0.14
XYZ37.822820.404869.6552
Yxy20.40480.29580.1596
Hunter Lab45.171770.4098-59.8056
CIE-Lab52.291873.4076-54.5856

#c63cdc color RGB value is (198,60,220).

#c63cdc hex color red value is 198, green value is 60 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c63cdc hue: 0.81 , saturation: 0.70 and the lightness value of c63cdc is 0.55.

The process color (four color CMYK) of #c63cdc color hex is 0.10, 0.73, 0.00, 0.14. Web safe color of #c63cdc is #cc33cc. Color #c63cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00111100 11011100
Octal 306 74 334
Decimal 198 60 220
Hex C6 3C DC

RGB Percentages of Color #c63cdc

%41.42
%12.55
%46.03

CMYK Percentages of Color #c63cdc

%10
%73
%0
%14

Triadic Colors of #c63cdc

#c63cdc #dcc63c #3cdcc6

Analogous Colors of #c63cdc

#c63cdc #dc3ca2 #763cdc

Monochromatic Colors of #c63cdc

#c63cdc

Complementary Color

#c63cdc #52dc3c

#c63cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c63cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c63cdc Color CSS Codes

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

#c63cdc Text Font Color

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

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


#c63cdc Background Color

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

This div background color is #c63cdc


#c63cdc Border Color

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

This div border color is #c63cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c63cdc


Comments

No comments written yet.

Please login to write comment.