Color Hex Logo

#c63add Color Hex

#C63ADD
(198,58,221)
0 Favorites   0 Comments

Color spaces of #c63add

RGB 19858221
HSL0.810.710.55
HSV292°74°87°
CMYK 0.100.740.00   0.13
XYZ37.852920.252370.3206
Yxy20.25230.29470.1577
Hunter Lab45.002671.3868-61.1442
CIE-Lab52.121374.2403-55.4266

#c63add color RGB value is (198,58,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00111010 11011101
Octal 306 72 335
Decimal 198 58 221
Hex C6 3A DD

RGB Percentages of Color #c63add

%41.51
%12.16
%46.33

CMYK Percentages of Color #c63add

%10
%74
%0
%13

Triadic Colors of #c63add

#c63add #ddc63a #3addc6

Analogous Colors of #c63add

#c63add #dd3aa3 #753add

Monochromatic Colors of #c63add

#c63add

Complementary Color

#c63add #51dd3a

#c63add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c63add Color Preview on White Background

Lorem ipsum dolor sit amet.

#c63add Color CSS Codes

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

#c63add Text Font Color

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

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


#c63add Background Color

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

This div background color is #c63add


#c63add Border Color

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

This div border color is #c63add


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,58,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 #c63add">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c63add


Comments

No comments written yet.

Please login to write comment.