Color Hex Logo

#c295cb Color Hex

#C295CB
(194,149,203)
0 Favorites   0 Comments

Color spaces of #c295cb

RGB 194149203
HSL0.810.340.69
HSV290°27°80°
CMYK 0.040.270.00   0.20
XYZ43.775137.276061.3877
Yxy37.27600.30730.2617
Hunter Lab61.054121.1379-16.8761
CIE-Lab67.483626.2864-21.2858

#c295cb color RGB value is (194,149,203).

#c295cb hex color red value is 194, green value is 149 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c295cb hue: 0.81 , saturation: 0.34 and the lightness value of c295cb is 0.69.

The process color (four color CMYK) of #c295cb color hex is 0.04, 0.27, 0.00, 0.20. Web safe color of #c295cb is #cc99cc. Color #c295cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010101 11001011
Octal 302 225 313
Decimal 194 149 203
Hex C2 95 CB

RGB Percentages of Color #c295cb

%35.53
%27.29
%37.18

CMYK Percentages of Color #c295cb

%4
%27
%0
%20

Triadic Colors of #c295cb

#c295cb #cbc295 #95cbc2

Analogous Colors of #c295cb

#c295cb #cb95b9 #a795cb

Monochromatic Colors of #c295cb

#c295cb

Complementary Color

#c295cb #9ecb95

#c295cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c295cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c295cb Color CSS Codes

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

#c295cb Text Font Color

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

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


#c295cb Background Color

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

This div background color is #c295cb


#c295cb Border Color

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

This div border color is #c295cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c295cb


Comments

No comments written yet.

Please login to write comment.