Color Hex Logo

#c461ed Color Hex

#C461ED
(196,97,237)
0 Favorites   0 Comments

Color spaces of #c461ed

RGB 19697237
HSL0.780.800.65
HSV282°59°93°
CMYK 0.170.590.00   0.07
XYZ42.325726.399682.9856
Yxy26.39960.27900.1740
Hunter Lab51.380557.1268-59.7939
CIE-Lab58.414461.0681-54.3876

#c461ed color RGB value is (196,97,237).

#c461ed hex color red value is 196, green value is 97 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c461ed hue: 0.78 , saturation: 0.80 and the lightness value of c461ed is 0.65.

The process color (four color CMYK) of #c461ed color hex is 0.17, 0.59, 0.00, 0.07. Web safe color of #c461ed is #cc66ff. Color #c461ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100001 11101101
Octal 304 141 355
Decimal 196 97 237
Hex C4 61 ED

RGB Percentages of Color #c461ed

%36.98
%18.30
%44.72

CMYK Percentages of Color #c461ed

%17
%59
%0
%7

Triadic Colors of #c461ed

#c461ed #edc461 #61edc4

Analogous Colors of #c461ed

#c461ed #ed61d0 #7e61ed

Monochromatic Colors of #c461ed

#c461ed

Complementary Color

#c461ed #8aed61

#c461ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c461ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c461ed Color CSS Codes

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

#c461ed Text Font Color

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

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


#c461ed Background Color

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

This div background color is #c461ed


#c461ed Border Color

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

This div border color is #c461ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c461ed


Comments

No comments written yet.

Please login to write comment.