Color Hex Logo

#c341ed Color Hex

#C341ED
(195,65,237)
0 Favorites   0 Comments

Color spaces of #c341ed

RGB 19565237
HSL0.790.830.59
HSV285°73°93°
CMYK 0.180.730.00   0.07
XYZ39.682021.497182.1786
Yxy21.49710.27680.1500
Hunter Lab46.365071.6326-72.6318
CIE-Lab53.489374.1760-62.2851

#c341ed color RGB value is (195,65,237).

#c341ed hex color red value is 195, green value is 65 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c341ed hue: 0.79 , saturation: 0.83 and the lightness value of c341ed is 0.59.

The process color (four color CMYK) of #c341ed color hex is 0.18, 0.73, 0.00, 0.07. Web safe color of #c341ed is #cc33ff. Color #c341ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000001 11101101
Octal 303 101 355
Decimal 195 65 237
Hex C3 41 ED

RGB Percentages of Color #c341ed

%39.24
%13.08
%47.69

CMYK Percentages of Color #c341ed

%18
%73
%0
%7

Triadic Colors of #c341ed

#c341ed #edc341 #41edc3

Analogous Colors of #c341ed

#c341ed #ed41c1 #6d41ed

Monochromatic Colors of #c341ed

#c341ed

Complementary Color

#c341ed #6bed41

#c341ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c341ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c341ed Color CSS Codes

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

#c341ed Text Font Color

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

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


#c341ed Background Color

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

This div background color is #c341ed


#c341ed Border Color

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

This div border color is #c341ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c341ed


Comments

No comments written yet.

Please login to write comment.