Color Hex Logo

#c361ed Color Hex

#C361ED
(195,97,237)
0 Favorites   0 Comments

Color spaces of #c361ed

RGB 19597237
HSL0.780.800.65
HSV282°59°93°
CMYK 0.180.590.00   0.07
XYZ42.066426.265982.9734
Yxy26.26590.27800.1736
Hunter Lab51.250356.8255-60.1144
CIE-Lab58.288660.8292-54.5956

#c361ed color RGB value is (195,97,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100001 11101101
Octal 303 141 355
Decimal 195 97 237
Hex C3 61 ED

RGB Percentages of Color #c361ed

%36.86
%18.34
%44.80

CMYK Percentages of Color #c361ed

%18
%59
%0
%7

Triadic Colors of #c361ed

#c361ed #edc361 #61edc3

Analogous Colors of #c361ed

#c361ed #ed61d1 #7d61ed

Monochromatic Colors of #c361ed

#c361ed

Complementary Color

#c361ed #8bed61

#c361ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c361ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c361ed Color CSS Codes

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

#c361ed Text Font Color

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

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


#c361ed Background Color

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

This div background color is #c361ed


#c361ed Border Color

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

This div border color is #c361ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c361ed


Comments

No comments written yet.

Please login to write comment.