Color Hex Logo

#c200fb Color Hex

#C200FB
(194,0,251)
0 Favorites   0 Comments

Color spaces of #c200fb

RGB 1940251
HSL0.801.000.49
HSV286°100°98°
CMYK 0.231.000.00   0.02
XYZ39.660718.434492.7346
Yxy18.43440.26300.1222
Hunter Lab42.935389.7493-98.0039
CIE-Lab50.018889.0681-75.7536

#c200fb color RGB value is (194,0,251).

#c200fb hex color red value is 194, green value is 0 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c200fb hue: 0.80 , saturation: 1.00 and the lightness value of c200fb is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00000000 11111011
Octal 302 0 373
Decimal 194 0 251
Hex C2 0 FB

RGB Percentages of Color #c200fb

%43.60
%0.00
%56.40

CMYK Percentages of Color #c200fb

%23
%100
%0
%2

Triadic Colors of #c200fb

#c200fb #fbc200 #00fbc2

Analogous Colors of #c200fb

#c200fb #fb00b7 #4500fb

Monochromatic Colors of #c200fb

#c200fb

Complementary Color

#c200fb #39fb00

#c200fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c200fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c200fb Color CSS Codes

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

#c200fb Text Font Color

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

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


#c200fb Background Color

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

This div background color is #c200fb


#c200fb Border Color

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

This div border color is #c200fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c200fb


Comments

No comments written yet.

Please login to write comment.