Color Hex Logo

#c34eca Color Hex

#C34ECA
(195,78,202)
0 Favorites   0 Comments

Color spaces of #c34eca

RGB 19578202
HSL0.820.540.55
HSV297°61°79°
CMYK 0.030.610.00   0.21
XYZ35.890721.315158.0997
Yxy21.31510.31130.1849
Hunter Lab46.168357.9694-42.2947
CIE-Lab53.292662.7218-42.7488

#c34eca color RGB value is (195,78,202).

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

The process color (four color CMYK) of #c34eca color hex is 0.03, 0.61, 0.00, 0.21. Web safe color of #c34eca is #cc66cc. Color #c34eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01001110 11001010
Octal 303 116 312
Decimal 195 78 202
Hex C3 4E CA

RGB Percentages of Color #c34eca

%41.05
%16.42
%42.53

CMYK Percentages of Color #c34eca

%3
%61
%0
%21

Triadic Colors of #c34eca

#c34eca #cac34e #4ecac3

Analogous Colors of #c34eca

#c34eca #ca4e93 #854eca

Monochromatic Colors of #c34eca

#c34eca

Complementary Color

#c34eca #55ca4e

#c34eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c34eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c34eca Color CSS Codes

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

#c34eca Text Font Color

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

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


#c34eca Background Color

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

This div background color is #c34eca


#c34eca Border Color

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

This div border color is #c34eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c34eca


Comments

No comments written yet.

Please login to write comment.