Color Hex Logo

#c34efe Color Hex

#C34EFE
(195,78,254)
0 Favorites   0 Comments

Color spaces of #c34efe

RGB 19578254
HSL0.780.990.65
HSV280°69°100°
CMYK 0.230.690.00   0.00
XYZ43.119524.206696.1656
Yxy24.20660.26370.1481
Hunter Lab49.200270.3386-81.4467
CIE-Lab56.294172.5798-67.2440

#c34efe color RGB value is (195,78,254).

#c34efe hex color red value is 195, green value is 78 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c34efe hue: 0.78 , saturation: 0.99 and the lightness value of c34efe is 0.65.

The process color (four color CMYK) of #c34efe color hex is 0.23, 0.69, 0.00, 0.00. Web safe color of #c34efe is #cc66ff. Color #c34efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01001110 11111110
Octal 303 116 376
Decimal 195 78 254
Hex C3 4E FE

RGB Percentages of Color #c34efe

%37.00
%14.80
%48.20

CMYK Percentages of Color #c34efe

%23
%69
%0
%0

Triadic Colors of #c34efe

#c34efe #fec34e #4efec3

Analogous Colors of #c34efe

#c34efe #fe4ee1 #6b4efe

Monochromatic Colors of #c34efe

#c34efe

Complementary Color

#c34efe #89fe4e

#c34efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c34efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c34efe Color CSS Codes

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

#c34efe Text Font Color

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

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


#c34efe Background Color

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

This div background color is #c34efe


#c34efe Border Color

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

This div border color is #c34efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c34efe


Comments

No comments written yet.

Please login to write comment.