Color Hex Logo

#c295fb Color Hex

#C295FB
(194,149,251)
0 Favorites   0 Comments

Color spaces of #c295fb

RGB 194149251
HSL0.740.930.78
HSV266°41°98°
CMYK 0.230.410.00   0.02
XYZ50.408239.929396.3171
Yxy39.92930.27010.2139
Hunter Lab63.189631.8128-46.1403
CIE-Lab69.419136.5368-44.7152

#c295fb color RGB value is (194,149,251).

#c295fb hex color red value is 194, green value is 149 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c295fb hue: 0.74 , saturation: 0.93 and the lightness value of c295fb is 0.78.

The process color (four color CMYK) of #c295fb color hex is 0.23, 0.41, 0.00, 0.02. Web safe color of #c295fb is #cc99ff. Color #c295fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010101 11111011
Octal 302 225 373
Decimal 194 149 251
Hex C2 95 FB

RGB Percentages of Color #c295fb

%32.66
%25.08
%42.26

CMYK Percentages of Color #c295fb

%23
%41
%0
%2

Triadic Colors of #c295fb

#c295fb #fbc295 #95fbc2

Analogous Colors of #c295fb

#c295fb #f595fb #959bfb

Monochromatic Colors of #c295fb

#c295fb

Complementary Color

#c295fb #cefb95

#c295fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c295fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c295fb Color CSS Codes

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

#c295fb Text Font Color

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

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


#c295fb Background Color

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

This div background color is #c295fb


#c295fb Border Color

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

This div border color is #c295fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c295fb


Comments

No comments written yet.

Please login to write comment.