Color Hex Logo

#c343fa Color Hex

#C343FA
(195,67,250)
0 Favorites   0 Comments

Color spaces of #c343fa

RGB 19567250
HSL0.780.950.62
HSV282°73°98°
CMYK 0.220.730.00   0.02
XYZ41.768222.518592.5876
Yxy22.51850.26630.1435
Hunter Lab47.453774.0699-82.4641
CIE-Lab54.572975.9427-67.8016

#c343fa color RGB value is (195,67,250).

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

The process color (four color CMYK) of #c343fa color hex is 0.22, 0.73, 0.00, 0.02. Web safe color of #c343fa is #cc33ff. Color #c343fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000011 11111010
Octal 303 103 372
Decimal 195 67 250
Hex C3 43 FA

RGB Percentages of Color #c343fa

%38.09
%13.09
%48.83

CMYK Percentages of Color #c343fa

%22
%73
%0
%2

Triadic Colors of #c343fa

#c343fa #fac343 #43fac3

Analogous Colors of #c343fa

#c343fa #fa43d6 #6843fa

Monochromatic Colors of #c343fa

#c343fa

Complementary Color

#c343fa #7afa43

#c343fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c343fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c343fa Color CSS Codes

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

#c343fa Text Font Color

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

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


#c343fa Background Color

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

This div background color is #c343fa


#c343fa Border Color

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

This div border color is #c343fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c343fa


Comments

No comments written yet.

Please login to write comment.