Color Hex Logo

#c379ed Color Hex

#C379ED
(195,121,237)
0 Favorites   0 Comments

Color spaces of #c379ed

RGB 195121237
HSL0.770.760.70
HSV278°49°93°
CMYK 0.180.490.00   0.07
XYZ44.629131.391383.8277
Yxy31.39130.27920.1964
Hunter Lab56.027944.1354-49.4888
CIE-Lab62.836648.8114-47.3791

#c379ed color RGB value is (195,121,237).

#c379ed hex color red value is 195, green value is 121 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c379ed hue: 0.77 , saturation: 0.76 and the lightness value of c379ed is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01111001 11101101
Octal 303 171 355
Decimal 195 121 237
Hex C3 79 ED

RGB Percentages of Color #c379ed

%35.26
%21.88
%42.86

CMYK Percentages of Color #c379ed

%18
%49
%0
%7

Triadic Colors of #c379ed

#c379ed #edc379 #79edc3

Analogous Colors of #c379ed

#c379ed #ed79dd #8979ed

Monochromatic Colors of #c379ed

#c379ed

Complementary Color

#c379ed #a3ed79

#c379ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c379ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c379ed Color CSS Codes

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

#c379ed Text Font Color

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

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


#c379ed Background Color

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

This div background color is #c379ed


#c379ed Border Color

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

This div border color is #c379ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c379ed


Comments

No comments written yet.

Please login to write comment.