Color Hex Logo

#c861fb Color Hex

#C861FB
(200,97,251)
0 Favorites   0 Comments

Color spaces of #c861fb

RGB 20097251
HSL0.780.950.68
HSV280°61°98°
CMYK 0.200.610.00   0.02
XYZ45.506727.793894.2331
Yxy27.79380.27160.1659
Hunter Lab52.719861.8179-69.0730
CIE-Lab59.702064.8534-60.0742

#c861fb color RGB value is (200,97,251).

#c861fb hex color red value is 200, green value is 97 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c861fb hue: 0.78 , saturation: 0.95 and the lightness value of c861fb is 0.68.

The process color (four color CMYK) of #c861fb color hex is 0.20, 0.61, 0.00, 0.02. Web safe color of #c861fb is #cc66ff. Color #c861fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100001 11111011
Octal 310 141 373
Decimal 200 97 251
Hex C8 61 FB

RGB Percentages of Color #c861fb

%36.50
%17.70
%45.80

CMYK Percentages of Color #c861fb

%20
%61
%0
%2

Triadic Colors of #c861fb

#c861fb #fbc861 #61fbc8

Analogous Colors of #c861fb

#c861fb #fb61e1 #7b61fb

Monochromatic Colors of #c861fb

#c861fb

Complementary Color

#c861fb #94fb61

#c861fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c861fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c861fb Color CSS Codes

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

#c861fb Text Font Color

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

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


#c861fb Background Color

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

This div background color is #c861fb


#c861fb Border Color

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

This div border color is #c861fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c861fb

Related Colors


Comments

No comments written yet.

Please login to write comment.