Color Hex Logo

#c61afb Color Hex

#C61AFB
(198,26,251)
0 Favorites   0 Comments

Color spaces of #c61afb

RGB 19826251
HSL0.790.970.54
HSV286°90°98°
CMYK 0.210.900.00   0.02
XYZ41.070719.709692.9065
Yxy19.70960.26720.1282
Hunter Lab44.395587.4400-92.9994
CIE-Lab51.507387.0286-73.3044

#c61afb color RGB value is (198,26,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011010 11111011
Octal 306 32 373
Decimal 198 26 251
Hex C6 1A FB

RGB Percentages of Color #c61afb

%41.68
%5.47
%52.84

CMYK Percentages of Color #c61afb

%21
%90
%0
%2

Triadic Colors of #c61afb

#c61afb #fbc61a #1afbc6

Analogous Colors of #c61afb

#c61afb #fb1ac0 #561afb

Monochromatic Colors of #c61afb

#c61afb

Complementary Color

#c61afb #4ffb1a

#c61afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61afb Color CSS Codes

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

#c61afb Text Font Color

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

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


#c61afb Background Color

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

This div background color is #c61afb


#c61afb Border Color

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

This div border color is #c61afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61afb

Related Colors


Comments

No comments written yet.

Please login to write comment.