Color Hex Logo

#c341fd Color Hex

#C341FD
(195,65,253)
0 Favorites   0 Comments

Color spaces of #c341fd

RGB 19565253
HSL0.780.980.62
HSV281°74°99°
CMYK 0.230.740.00   0.01
XYZ42.125622.474595.0463
Yxy22.47450.26390.1408
Hunter Lab47.407375.6505-85.6847
CIE-Lab54.526977.2221-69.5435

#c341fd color RGB value is (195,65,253).

#c341fd hex color red value is 195, green value is 65 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c341fd hue: 0.78 , saturation: 0.98 and the lightness value of c341fd is 0.62.

The process color (four color CMYK) of #c341fd color hex is 0.23, 0.74, 0.00, 0.01. Web safe color of #c341fd is #cc33ff. Color #c341fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000001 11111101
Octal 303 101 375
Decimal 195 65 253
Hex C3 41 FD

RGB Percentages of Color #c341fd

%38.01
%12.67
%49.32

CMYK Percentages of Color #c341fd

%23
%74
%0
%1

Triadic Colors of #c341fd

#c341fd #fdc341 #41fdc3

Analogous Colors of #c341fd

#c341fd #fd41d9 #6541fd

Monochromatic Colors of #c341fd

#c341fd

Complementary Color

#c341fd #7bfd41

#c341fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c341fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c341fd Color CSS Codes

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

#c341fd Text Font Color

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

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


#c341fd Background Color

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

This div background color is #c341fd


#c341fd Border Color

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

This div border color is #c341fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c341fd

Related Colors


Comments

No comments written yet.

Please login to write comment.