Color Hex Logo

#c295ee Color Hex

#C295EE
(194,149,238)
0 Favorites   0 Comments

Color spaces of #c295ee

RGB 194149238
HSL0.750.720.76
HSV270°37°93°
CMYK 0.180.370.00   0.07
XYZ48.428239.137385.8907
Yxy39.13730.27920.2256
Hunter Lab62.559828.6990-37.6096
CIE-Lab68.850633.6173-38.5016

#c295ee color RGB value is (194,149,238).

#c295ee hex color red value is 194, green value is 149 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c295ee hue: 0.75 , saturation: 0.72 and the lightness value of c295ee is 0.76.

The process color (four color CMYK) of #c295ee color hex is 0.18, 0.37, 0.00, 0.07. Web safe color of #c295ee is #cc99ff. Color #c295ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010101 11101110
Octal 302 225 356
Decimal 194 149 238
Hex C2 95 EE

RGB Percentages of Color #c295ee

%33.39
%25.65
%40.96

CMYK Percentages of Color #c295ee

%18
%37
%0
%7

Triadic Colors of #c295ee

#c295ee #eec295 #95eec2

Analogous Colors of #c295ee

#c295ee #ee95ee #9695ee

Monochromatic Colors of #c295ee

#c295ee

Complementary Color

#c295ee #c1ee95

#c295ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c295ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c295ee Color CSS Codes

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

#c295ee Text Font Color

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

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


#c295ee Background Color

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

This div background color is #c295ee


#c295ee Border Color

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

This div border color is #c295ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c295ee


Comments

No comments written yet.

Please login to write comment.