Color Hex Logo

#c341ca Color Hex

#C341CA
(195,65,202)
0 Favorites   0 Comments

Color spaces of #c341ca

RGB 19565202
HSL0.820.560.52
HSV297°68°79°
CMYK 0.030.680.00   0.21
XYZ35.056619.647057.8217
Yxy19.64700.31150.1746
Hunter Lab44.324963.6070-46.3161
CIE-Lab51.435767.9041-45.6912

#c341ca color RGB value is (195,65,202).

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

The process color (four color CMYK) of #c341ca color hex is 0.03, 0.68, 0.00, 0.21. Web safe color of #c341ca is #cc33cc. Color #c341ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000001 11001010
Octal 303 101 312
Decimal 195 65 202
Hex C3 41 CA

RGB Percentages of Color #c341ca

%42.21
%14.07
%43.72

CMYK Percentages of Color #c341ca

%3
%68
%0
%21

Triadic Colors of #c341ca

#c341ca #cac341 #41cac3

Analogous Colors of #c341ca

#c341ca #ca418d #7f41ca

Monochromatic Colors of #c341ca

#c341ca

Complementary Color

#c341ca #48ca41

#c341ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c341ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c341ca Color CSS Codes

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

#c341ca Text Font Color

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

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


#c341ca Background Color

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

This div background color is #c341ca


#c341ca Border Color

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

This div border color is #c341ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c341ca


Comments

No comments written yet.

Please login to write comment.