Color Hex Logo

#c100ed Color Hex

#C100ED
(193,0,237)
0 Favorites   0 Comments

Color spaces of #c100ed

RGB 1930237
HSL0.801.000.46
HSV289°100°93°
CMYK 0.191.000.00   0.07
XYZ37.278417.451981.5245
Yxy17.45190.27360.1281
Hunter Lab41.775586.1776-86.4611
CIE-Lab48.824586.5802-69.8435

#c100ed color RGB value is (193,0,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000000 11101101
Octal 301 0 355
Decimal 193 0 237
Hex C1 0 ED

RGB Percentages of Color #c100ed

%44.88
%0.00
%55.12

CMYK Percentages of Color #c100ed

%19
%100
%0
%7

Triadic Colors of #c100ed

#c100ed #edc100 #00edc1

Analogous Colors of #c100ed

#c100ed #ed00a3 #4a00ed

Monochromatic Colors of #c100ed

#c100ed

Complementary Color

#c100ed #2ced00

#c100ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c100ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c100ed Color CSS Codes

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

#c100ed Text Font Color

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

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


#c100ed Background Color

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

This div background color is #c100ed


#c100ed Border Color

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

This div border color is #c100ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c100ed


Comments

No comments written yet.

Please login to write comment.