Color Hex Logo

#c63fdd Color Hex

#C63FDD
(198,63,221)
0 Favorites   0 Comments

Color spaces of #c63fdd

RGB 19863221
HSL0.810.700.56
HSV291°71°87°
CMYK 0.100.710.00   0.13
XYZ38.117420.781270.4088
Yxy20.78120.29480.1607
Hunter Lab45.586469.4779-59.6637
CIE-Lab52.709272.5610-54.4852

#c63fdd color RGB value is (198,63,221).

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

The process color (four color CMYK) of #c63fdd color hex is 0.10, 0.71, 0.00, 0.13. Web safe color of #c63fdd is #cc33cc. Color #c63fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00111111 11011101
Octal 306 77 335
Decimal 198 63 221
Hex C6 3F DD

RGB Percentages of Color #c63fdd

%41.08
%13.07
%45.85

CMYK Percentages of Color #c63fdd

%10
%71
%0
%13

Triadic Colors of #c63fdd

#c63fdd #ddc63f #3fddc6

Analogous Colors of #c63fdd

#c63fdd #dd3fa5 #773fdd

Monochromatic Colors of #c63fdd

#c63fdd

Complementary Color

#c63fdd #56dd3f

#c63fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c63fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c63fdd Color CSS Codes

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

#c63fdd Text Font Color

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

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


#c63fdd Background Color

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

This div background color is #c63fdd


#c63fdd Border Color

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

This div border color is #c63fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c63fdd


Comments

No comments written yet.

Please login to write comment.