Color Hex Logo

#c63fda Color Hex

#C63FDA
(198,63,218)
0 Favorites   0 Comments

Color spaces of #c63fda

RGB 19863218
HSL0.810.680.55
HSV292°71°85°
CMYK 0.090.710.00   0.15
XYZ37.721120.622768.3221
Yxy20.62270.29780.1628
Hunter Lab45.412268.7974-57.4125
CIE-Lab52.534172.0336-53.0614

#c63fda color RGB value is (198,63,218).

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

The process color (four color CMYK) of #c63fda color hex is 0.09, 0.71, 0.00, 0.15. Web safe color of #c63fda is #cc33cc. Color #c63fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00111111 11011010
Octal 306 77 332
Decimal 198 63 218
Hex C6 3F DA

RGB Percentages of Color #c63fda

%41.34
%13.15
%45.51

CMYK Percentages of Color #c63fda

%9
%71
%0
%15

Triadic Colors of #c63fda

#c63fda #dac63f #3fdac6

Analogous Colors of #c63fda

#c63fda #da3fa1 #793fda

Monochromatic Colors of #c63fda

#c63fda

Complementary Color

#c63fda #53da3f

#c63fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c63fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c63fda Color CSS Codes

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

#c63fda Text Font Color

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

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


#c63fda Background Color

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

This div background color is #c63fda


#c63fda Border Color

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

This div border color is #c63fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c63fda


Comments

No comments written yet.

Please login to write comment.