Color Hex Logo

#c200ef Color Hex

#C200EF
(194,0,239)
0 Favorites   0 Comments

Color spaces of #c200ef

RGB 1940239
HSL0.801.000.47
HSV289°100°94°
CMYK 0.191.000.00   0.06
XYZ37.828117.701383.0843
Yxy17.70130.27290.1277
Hunter Lab42.072986.8632-87.6330
CIE-Lab49.131887.0457-70.4646

#c200ef color RGB value is (194,0,239).

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

The process color (four color CMYK) of #c200ef color hex is 0.19, 1.00, 0.00, 0.06. Web safe color of #c200ef is #cc00ff. Color #c200ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00000000 11101111
Octal 302 0 357
Decimal 194 0 239
Hex C2 0 EF

RGB Percentages of Color #c200ef

%44.80
%0.00
%55.20

CMYK Percentages of Color #c200ef

%19
%100
%0
%6

Triadic Colors of #c200ef

#c200ef #efc200 #00efc2

Analogous Colors of #c200ef

#c200ef #ef00a5 #4a00ef

Monochromatic Colors of #c200ef

#c200ef

Complementary Color

#c200ef #2def00

#c200ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c200ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c200ef Color CSS Codes

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

#c200ef Text Font Color

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

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


#c200ef Background Color

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

This div background color is #c200ef


#c200ef Border Color

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

This div border color is #c200ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c200ef


Comments

No comments written yet.

Please login to write comment.