Color Hex Logo

#c394fd Color Hex

#C394FD
(195,148,253)
0 Favorites   0 Comments

Color spaces of #c394fd

RGB 195148253
HSL0.740.960.79
HSV267°42°99°
CMYK 0.230.420.00   0.01
XYZ50.825239.873897.9461
Yxy39.87380.26940.2114
Hunter Lab63.145733.1675-47.7635
CIE-Lab69.379637.8204-45.8598

#c394fd color RGB value is (195,148,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010100 11111101
Octal 303 224 375
Decimal 195 148 253
Hex C3 94 FD

RGB Percentages of Color #c394fd

%32.72
%24.83
%42.45

CMYK Percentages of Color #c394fd

%23
%42
%0
%1

Triadic Colors of #c394fd

#c394fd #fdc394 #94fdc3

Analogous Colors of #c394fd

#c394fd #f894fd #949afd

Monochromatic Colors of #c394fd

#c394fd

Complementary Color

#c394fd #cefd94

#c394fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c394fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c394fd Color CSS Codes

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

#c394fd Text Font Color

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

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


#c394fd Background Color

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

This div background color is #c394fd


#c394fd Border Color

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

This div border color is #c394fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c394fd


Comments

No comments written yet.

Please login to write comment.