Color Hex Logo

#c349ed Color Hex

#C349ED
(195,73,237)
0 Favorites   0 Comments

Color spaces of #c349ed

RGB 19573237
HSL0.790.820.61
HSV285°69°93°
CMYK 0.180.690.00   0.07
XYZ40.174322.481682.3427
Yxy22.48160.27710.1550
Hunter Lab47.414868.2663-69.7755
CIE-Lab54.534371.2107-60.6045

#c349ed color RGB value is (195,73,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01001001 11101101
Octal 303 111 355
Decimal 195 73 237
Hex C3 49 ED

RGB Percentages of Color #c349ed

%38.61
%14.46
%46.93

CMYK Percentages of Color #c349ed

%18
%69
%0
%7

Triadic Colors of #c349ed

#c349ed #edc349 #49edc3

Analogous Colors of #c349ed

#c349ed #ed49c5 #7149ed

Monochromatic Colors of #c349ed

#c349ed

Complementary Color

#c349ed #73ed49

#c349ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c349ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c349ed Color CSS Codes

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

#c349ed Text Font Color

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

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


#c349ed Background Color

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

This div background color is #c349ed


#c349ed Border Color

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

This div border color is #c349ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c349ed


Comments

No comments written yet.

Please login to write comment.