Color Hex Logo

#c104fb Color Hex

#C104FB
(193,4,251)
0 Favorites   0 Comments

Color spaces of #c104fb

RGB 1934251
HSL0.790.970.50
HSV286°98°98°
CMYK 0.230.980.00   0.02
XYZ39.448318.389392.7371
Yxy18.38930.26200.1221
Hunter Lab42.882789.1593-98.2011
CIE-Lab49.964988.6322-75.8482

#c104fb color RGB value is (193,4,251).

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

The process color (four color CMYK) of #c104fb color hex is 0.23, 0.98, 0.00, 0.02. Web safe color of #c104fb is #cc00ff. Color #c104fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000100 11111011
Octal 301 4 373
Decimal 193 4 251
Hex C1 4 FB

RGB Percentages of Color #c104fb

%43.08
%0.89
%56.03

CMYK Percentages of Color #c104fb

%23
%98
%0
%2

Triadic Colors of #c104fb

#c104fb #fbc104 #04fbc1

Analogous Colors of #c104fb

#c104fb #fb04ba #4504fb

Monochromatic Colors of #c104fb

#c104fb

Complementary Color

#c104fb #3efb04

#c104fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c104fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c104fb Color CSS Codes

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

#c104fb Text Font Color

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

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


#c104fb Background Color

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

This div background color is #c104fb


#c104fb Border Color

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

This div border color is #c104fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c104fb


Comments

No comments written yet.

Please login to write comment.