Color Hex Logo

#c342da Color Hex

#C342DA
(195,66,218)
0 Favorites   0 Comments

Color spaces of #c342da

RGB 19566218
HSL0.810.670.56
HSV291°70°85°
CMYK 0.110.700.00   0.15
XYZ37.108820.560568.3424
Yxy20.56050.29450.1632
Hunter Lab45.343766.7311-57.6218
CIE-Lab52.465170.3319-53.1973

#c342da color RGB value is (195,66,218).

#c342da hex color red value is 195, green value is 66 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c342da hue: 0.81 , saturation: 0.67 and the lightness value of c342da is 0.56.

The process color (four color CMYK) of #c342da color hex is 0.11, 0.70, 0.00, 0.15. Web safe color of #c342da is #cc33cc. Color #c342da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000010 11011010
Octal 303 102 332
Decimal 195 66 218
Hex C3 42 DA

RGB Percentages of Color #c342da

%40.71
%13.78
%45.51

CMYK Percentages of Color #c342da

%11
%70
%0
%15

Triadic Colors of #c342da

#c342da #dac342 #42dac3

Analogous Colors of #c342da

#c342da #da42a5 #7742da

Monochromatic Colors of #c342da

#c342da

Complementary Color

#c342da #59da42

#c342da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c342da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c342da Color CSS Codes

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

#c342da Text Font Color

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

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


#c342da Background Color

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

This div background color is #c342da


#c342da Border Color

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

This div border color is #c342da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c342da


Comments

No comments written yet.

Please login to write comment.