Color Hex Logo

#c341cb Color Hex

#C341CB
(195,65,203)
0 Favorites   0 Comments

Color spaces of #c341cb

RGB 19565203
HSL0.820.570.53
HSV297°68°80°
CMYK 0.040.680.00   0.20
XYZ35.175519.694558.4474
Yxy19.69450.31040.1738
Hunter Lab44.378563.8212-47.0212
CIE-Lab51.490068.0750-46.1797

#c341cb color RGB value is (195,65,203).

#c341cb hex color red value is 195, green value is 65 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c341cb hue: 0.82 , saturation: 0.57 and the lightness value of c341cb is 0.53.

The process color (four color CMYK) of #c341cb color hex is 0.04, 0.68, 0.00, 0.20. Web safe color of #c341cb is #cc33cc. Color #c341cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000001 11001011
Octal 303 101 313
Decimal 195 65 203
Hex C3 41 CB

RGB Percentages of Color #c341cb

%42.12
%14.04
%43.84

CMYK Percentages of Color #c341cb

%4
%68
%0
%20

Triadic Colors of #c341cb

#c341cb #cbc341 #41cbc3

Analogous Colors of #c341cb

#c341cb #cb418e #7e41cb

Monochromatic Colors of #c341cb

#c341cb

Complementary Color

#c341cb #49cb41

#c341cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c341cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c341cb Color CSS Codes

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

#c341cb Text Font Color

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

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


#c341cb Background Color

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

This div background color is #c341cb


#c341cb Border Color

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

This div border color is #c341cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,65,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c341cb


Comments

No comments written yet.

Please login to write comment.