Color Hex Logo

#c296fd Color Hex

#C296FD
(194,150,253)
0 Favorites   0 Comments

Color spaces of #c296fd

RGB 194150253
HSL0.740.960.79
HSV266°41°99°
CMYK 0.230.410.00   0.01
XYZ50.884140.373998.0396
Yxy40.37390.26880.2133
Hunter Lab63.540531.7495-47.0030
CIE-Lab69.735036.4449-45.3084

#c296fd color RGB value is (194,150,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010110 11111101
Octal 302 226 375
Decimal 194 150 253
Hex C2 96 FD

RGB Percentages of Color #c296fd

%32.50
%25.13
%42.38

CMYK Percentages of Color #c296fd

%23
%41
%0
%1

Triadic Colors of #c296fd

#c296fd #fdc296 #96fdc2

Analogous Colors of #c296fd

#c296fd #f696fd #969efd

Monochromatic Colors of #c296fd

#c296fd

Complementary Color

#c296fd #d1fd96

#c296fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c296fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c296fd Color CSS Codes

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

#c296fd Text Font Color

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

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


#c296fd Background Color

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

This div background color is #c296fd


#c296fd Border Color

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

This div border color is #c296fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,150,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 #c296fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c296fd

Related Colors


Comments

No comments written yet.

Please login to write comment.