Color Hex Logo

#c63adf Color Hex

#C63ADF
(198,58,223)
0 Favorites   0 Comments

Color spaces of #c63adf

RGB 19858223
HSL0.810.720.55
HSV291°74°87°
CMYK 0.110.740.00   0.13
XYZ38.121020.359671.7326
Yxy20.35960.29280.1564
Hunter Lab45.121671.8429-62.6718
CIE-Lab52.241474.5891-56.3690

#c63adf color RGB value is (198,58,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00111010 11011111
Octal 306 72 337
Decimal 198 58 223
Hex C6 3A DF

RGB Percentages of Color #c63adf

%41.34
%12.11
%46.56

CMYK Percentages of Color #c63adf

%11
%74
%0
%13

Triadic Colors of #c63adf

#c63adf #dfc63a #3adfc6

Analogous Colors of #c63adf

#c63adf #df3aa6 #743adf

Monochromatic Colors of #c63adf

#c63adf

Complementary Color

#c63adf #53df3a

#c63adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c63adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c63adf Color CSS Codes

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

#c63adf Text Font Color

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

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


#c63adf Background Color

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

This div background color is #c63adf


#c63adf Border Color

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

This div border color is #c63adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c63adf


Comments

No comments written yet.

Please login to write comment.