Color Hex Logo

#c200ea Color Hex

#C200EA
(194,0,234)
0 Favorites   0 Comments

Color spaces of #c200ea

RGB 1940234
HSL0.801.000.46
HSV290°100°92°
CMYK 0.171.000.00   0.08
XYZ37.099417.409879.2470
Yxy17.40980.27740.1302
Hunter Lab41.725185.6926-83.4000
CIE-Lab48.772386.2183-68.2263

#c200ea color RGB value is (194,0,234).

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

The process color (four color CMYK) of #c200ea color hex is 0.17, 1.00, 0.00, 0.08. Web safe color of #c200ea is #cc00ff. Color #c200ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00000000 11101010
Octal 302 0 352
Decimal 194 0 234
Hex C2 0 EA

RGB Percentages of Color #c200ea

%45.33
%0.00
%54.67

CMYK Percentages of Color #c200ea

%17
%100
%0
%8

Triadic Colors of #c200ea

#c200ea #eac200 #00eac2

Analogous Colors of #c200ea

#c200ea #ea009d #4d00ea

Monochromatic Colors of #c200ea

#c200ea

Complementary Color

#c200ea #28ea00

#c200ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c200ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c200ea Color CSS Codes

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

#c200ea Text Font Color

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

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


#c200ea Background Color

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

This div background color is #c200ea


#c200ea Border Color

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

This div border color is #c200ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c200ea


Comments

No comments written yet.

Please login to write comment.