Color Hex Logo

#c200f7 Color Hex

#C200F7
(194,0,247)
0 Favorites   0 Comments

Color spaces of #c200f7

RGB 1940247
HSL0.801.000.48
HSV287°100°97°
CMYK 0.211.000.00   0.03
XYZ39.036618.184789.4482
Yxy18.18470.26620.1240
Hunter Lab42.643588.7757-94.5151
CIE-Lab49.719488.3886-74.0034

#c200f7 color RGB value is (194,0,247).

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

The process color (four color CMYK) of #c200f7 color hex is 0.21, 1.00, 0.00, 0.03. Web safe color of #c200f7 is #cc00ff. Color #c200f7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00000000 11110111
Octal 302 0 367
Decimal 194 0 247
Hex C2 0 F7

RGB Percentages of Color #c200f7

%43.99
%0.00
%56.01

CMYK Percentages of Color #c200f7

%21
%100
%0
%3

Triadic Colors of #c200f7

#c200f7 #f7c200 #00f7c2

Analogous Colors of #c200f7

#c200f7 #f700b1 #4700f7

Monochromatic Colors of #c200f7

#c200f7

Complementary Color

#c200f7 #35f700

#c200f7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c200f7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c200f7 Color CSS Codes

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

#c200f7 Text Font Color

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

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


#c200f7 Background Color

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

This div background color is #c200f7


#c200f7 Border Color

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

This div border color is #c200f7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,0,247, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c200f7


Comments

No comments written yet.

Please login to write comment.