Color Hex Logo

#c61aff Color Hex

#C61AFF
(198,26,255)
0 Favorites   0 Comments

Color spaces of #c61aff

RGB 19826255
HSL0.791.000.55
HSV285°90°100°
CMYK 0.220.900.00   0.00
XYZ41.708119.964696.2630
Yxy19.96460.26410.1264
Hunter Lab44.681888.4274-96.4579
CIE-Lab51.797287.7245-75.0620

#c61aff color RGB value is (198,26,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011010 11111111
Octal 306 32 377
Decimal 198 26 255
Hex C6 1A FF

RGB Percentages of Color #c61aff

%41.34
%5.43
%53.24

CMYK Percentages of Color #c61aff

%22
%90
%0
%0

Triadic Colors of #c61aff

#c61aff #ffc61a #1affc6

Analogous Colors of #c61aff

#c61aff #ff1ac6 #541aff

Monochromatic Colors of #c61aff

#c61aff

Complementary Color

#c61aff #53ff1a

#c61aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61aff Color CSS Codes

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

#c61aff Text Font Color

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

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


#c61aff Background Color

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

This div background color is #c61aff


#c61aff Border Color

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

This div border color is #c61aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61aff


Comments

No comments written yet.

Please login to write comment.