Color Hex Logo

#c295bd Color Hex

#C295BD
(194,149,189)
0 Favorites   0 Comments

Color spaces of #c295bd

RGB 194149189
HSL0.850.270.67
HSV307°23°76°
CMYK 0.000.230.03   0.24
XYZ42.180936.638352.9928
Yxy36.63830.32000.2780
Hunter Lab60.529618.4635-9.5369
CIE-Lab67.004823.6048-14.2077

#c295bd color RGB value is (194,149,189).

#c295bd hex color red value is 194, green value is 149 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c295bd hue: 0.85 , saturation: 0.27 and the lightness value of c295bd is 0.67.

The process color (four color CMYK) of #c295bd color hex is 0.00, 0.23, 0.03, 0.24. Web safe color of #c295bd is #cc99cc. Color #c295bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010101 10111101
Octal 302 225 275
Decimal 194 149 189
Hex C2 95 BD

RGB Percentages of Color #c295bd

%36.47
%28.01
%35.53

CMYK Percentages of Color #c295bd

%0
%23
%3
%24

Triadic Colors of #c295bd

#c295bd #bdc295 #95bdc2

Analogous Colors of #c295bd

#c295bd #c295a7 #b195c2

Monochromatic Colors of #c295bd

#c295bd

Complementary Color

#c295bd #95c29a

#c295bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c295bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c295bd Color CSS Codes

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

#c295bd Text Font Color

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

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


#c295bd Background Color

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

This div background color is #c295bd


#c295bd Border Color

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

This div border color is #c295bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c295bd


Comments

No comments written yet.

Please login to write comment.