Color Hex Logo

#c295fd Color Hex

#C295FD
(194,149,253)
0 Favorites   0 Comments

Color spaces of #c295fd

RGB 194149253
HSL0.740.960.79
HSV266°41°99°
CMYK 0.230.410.00   0.01
XYZ50.725240.056197.9866
Yxy40.05610.26870.2122
Hunter Lab63.289932.3058-47.4910
CIE-Lab69.509536.9940-45.6624

#c295fd color RGB value is (194,149,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010101 11111101
Octal 302 225 375
Decimal 194 149 253
Hex C2 95 FD

RGB Percentages of Color #c295fd

%32.55
%25.00
%42.45

CMYK Percentages of Color #c295fd

%23
%41
%0
%1

Triadic Colors of #c295fd

#c295fd #fdc295 #95fdc2

Analogous Colors of #c295fd

#c295fd #f695fd #959cfd

Monochromatic Colors of #c295fd

#c295fd

Complementary Color

#c295fd #d0fd95

#c295fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c295fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c295fd Color CSS Codes

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

#c295fd Text Font Color

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

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


#c295fd Background Color

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

This div background color is #c295fd


#c295fd Border Color

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

This div border color is #c295fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c295fd


Comments

No comments written yet.

Please login to write comment.