Color Hex Logo

#c379ee Color Hex

#C379EE
(195,121,238)
0 Favorites   0 Comments

Color spaces of #c379ee

RGB 195121238
HSL0.770.770.70
HSV278°49°93°
CMYK 0.180.490.00   0.07
XYZ44.775731.449984.5994
Yxy31.44990.27840.1956
Hunter Lab56.080244.3780-50.1854
CIE-Lab62.885649.0252-47.8553

#c379ee color RGB value is (195,121,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01111001 11101110
Octal 303 171 356
Decimal 195 121 238
Hex C3 79 EE

RGB Percentages of Color #c379ee

%35.20
%21.84
%42.96

CMYK Percentages of Color #c379ee

%18
%49
%0
%7

Triadic Colors of #c379ee

#c379ee #eec379 #79eec3

Analogous Colors of #c379ee

#c379ee #ee79df #8979ee

Monochromatic Colors of #c379ee

#c379ee

Complementary Color

#c379ee #a4ee79

#c379ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c379ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c379ee Color CSS Codes

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

#c379ee Text Font Color

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

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


#c379ee Background Color

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

This div background color is #c379ee


#c379ee Border Color

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

This div border color is #c379ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,121,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c379ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c379ee


Comments

No comments written yet.

Please login to write comment.