Color Hex Logo

#c361fb Color Hex

#C361FB
(195,97,251)
0 Favorites   0 Comments

Color spaces of #c361fb

RGB 19597251
HSL0.770.950.68
HSV278°61°98°
CMYK 0.220.610.00   0.02
XYZ44.193027.116594.1716
Yxy27.11650.26710.1639
Hunter Lab52.073560.3582-70.7707
CIE-Lab59.082063.7249-61.1016

#c361fb color RGB value is (195,97,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100001 11111011
Octal 303 141 373
Decimal 195 97 251
Hex C3 61 FB

RGB Percentages of Color #c361fb

%35.91
%17.86
%46.22

CMYK Percentages of Color #c361fb

%22
%61
%0
%2

Triadic Colors of #c361fb

#c361fb #fbc361 #61fbc3

Analogous Colors of #c361fb

#c361fb #fb61e6 #7661fb

Monochromatic Colors of #c361fb

#c361fb

Complementary Color

#c361fb #99fb61

#c361fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c361fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c361fb Color CSS Codes

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

#c361fb Text Font Color

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

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


#c361fb Background Color

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

This div background color is #c361fb


#c361fb Border Color

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

This div border color is #c361fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c361fb


Comments

No comments written yet.

Please login to write comment.