Color Hex Logo

#c295dc Color Hex

#C295DC
(194,149,220)
0 Favorites   0 Comments

Color spaces of #c295dc

RGB 194149220
HSL0.770.500.72
HSV278°32°86°
CMYK 0.120.320.00   0.14
XYZ45.913838.131572.6503
Yxy38.13150.29300.2433
Hunter Lab61.750724.6572-26.5298
CIE-Lab68.117429.7429-29.7355

#c295dc color RGB value is (194,149,220).

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

The process color (four color CMYK) of #c295dc color hex is 0.12, 0.32, 0.00, 0.14. Web safe color of #c295dc is #cc99cc. Color #c295dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010101 11011100
Octal 302 225 334
Decimal 194 149 220
Hex C2 95 DC

RGB Percentages of Color #c295dc

%34.46
%26.47
%39.08

CMYK Percentages of Color #c295dc

%12
%32
%0
%14

Triadic Colors of #c295dc

#c295dc #dcc295 #95dcc2

Analogous Colors of #c295dc

#c295dc #dc95d3 #9f95dc

Monochromatic Colors of #c295dc

#c295dc

Complementary Color

#c295dc #afdc95

#c295dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c295dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c295dc Color CSS Codes

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

#c295dc Text Font Color

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

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


#c295dc Background Color

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

This div background color is #c295dc


#c295dc Border Color

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

This div border color is #c295dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,149,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c295dc


Comments

No comments written yet.

Please login to write comment.