Color Hex Logo

#c63aff Color Hex

#C63AFF
(198,58,255)
0 Favorites   0 Comments

Color spaces of #c63aff

RGB 19858255
HSL0.791.000.61
HSV283°77°100°
CMYK 0.220.770.00   0.00
XYZ42.851822.251996.6442
Yxy22.25190.26490.1376
Hunter Lab47.171979.6017-88.4510
CIE-Lab54.293380.4072-71.0114

#c63aff color RGB value is (198,58,255).

#c63aff hex color red value is 198, green value is 58 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c63aff hue: 0.79 , saturation: 1.00 and the lightness value of c63aff is 0.61.

The process color (four color CMYK) of #c63aff color hex is 0.22, 0.77, 0.00, 0.00. Web safe color of #c63aff is #cc33ff. Color #c63aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00111010 11111111
Octal 306 72 377
Decimal 198 58 255
Hex C6 3A FF

RGB Percentages of Color #c63aff

%38.75
%11.35
%49.90

CMYK Percentages of Color #c63aff

%22
%77
%0
%0

Triadic Colors of #c63aff

#c63aff #ffc63a #3affc6

Analogous Colors of #c63aff

#c63aff #ff3ad6 #643aff

Monochromatic Colors of #c63aff

#c63aff

Complementary Color

#c63aff #73ff3a

#c63aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c63aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c63aff Color CSS Codes

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

#c63aff Text Font Color

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

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


#c63aff Background Color

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

This div background color is #c63aff


#c63aff Border Color

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

This div border color is #c63aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c63aff

Related Colors


Comments

No comments written yet.

Please login to write comment.