Color Hex Logo

#c294bf Color Hex

#C294BF
(194,148,191)
0 Favorites   0 Comments

Color spaces of #c294bf

RGB 194148191
HSL0.840.270.67
HSV304°24°76°
CMYK 0.000.240.02   0.24
XYZ42.242036.410754.0918
Yxy36.41070.31820.2743
Hunter Lab60.341319.3619-10.9105
CIE-Lab66.832524.5312-15.5848

#c294bf color RGB value is (194,148,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010100 10111111
Octal 302 224 277
Decimal 194 148 191
Hex C2 94 BF

RGB Percentages of Color #c294bf

%36.40
%27.77
%35.83

CMYK Percentages of Color #c294bf

%0
%24
%2
%24

Triadic Colors of #c294bf

#c294bf #bfc294 #94bfc2

Analogous Colors of #c294bf

#c294bf #c294a8 #ae94c2

Monochromatic Colors of #c294bf

#c294bf

Complementary Color

#c294bf #94c297

#c294bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c294bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c294bf Color CSS Codes

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

#c294bf Text Font Color

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

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


#c294bf Background Color

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

This div background color is #c294bf


#c294bf Border Color

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

This div border color is #c294bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c294bf


Comments

No comments written yet.

Please login to write comment.