Color Hex Logo

#c611ed Color Hex

#C611ED
(198,17,237)
0 Favorites   0 Comments

Color spaces of #c611ed

RGB 19817237
HSL0.800.870.50
HSV289°93°93°
CMYK 0.160.930.00   0.07
XYZ38.775218.521181.6520
Yxy18.52110.27910.1333
Hunter Lab43.036185.5137-82.3649
CIE-Lab50.122185.8211-67.7008

#c611ed color RGB value is (198,17,237).

#c611ed hex color red value is 198, green value is 17 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c611ed hue: 0.80 , saturation: 0.87 and the lightness value of c611ed is 0.50.

The process color (four color CMYK) of #c611ed color hex is 0.16, 0.93, 0.00, 0.07. Web safe color of #c611ed is #cc00ff. Color #c611ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010001 11101101
Octal 306 21 355
Decimal 198 17 237
Hex C6 11 ED

RGB Percentages of Color #c611ed

%43.81
%3.76
%52.43

CMYK Percentages of Color #c611ed

%16
%93
%0
%7

Triadic Colors of #c611ed

#c611ed #edc611 #11edc6

Analogous Colors of #c611ed

#c611ed #ed11a6 #5811ed

Monochromatic Colors of #c611ed

#c611ed

Complementary Color

#c611ed #38ed11

#c611ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c611ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c611ed Color CSS Codes

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

#c611ed Text Font Color

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

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


#c611ed Background Color

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

This div background color is #c611ed


#c611ed Border Color

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

This div border color is #c611ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c611ed


Comments

No comments written yet.

Please login to write comment.