Color Hex Logo

#c14fec Color Hex

#C14FEC
(193,79,236)
0 Favorites   0 Comments

Color spaces of #c14fec

RGB 19379236
HSL0.790.810.62
HSV284°67°93°
CMYK 0.180.670.00   0.07
XYZ39.928622.985581.6891
Yxy22.98550.27610.1590
Hunter Lab47.943264.7598-67.4624
CIE-Lab55.057468.1894-59.2192

#c14fec color RGB value is (193,79,236).

#c14fec hex color red value is 193, green value is 79 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c14fec hue: 0.79 , saturation: 0.81 and the lightness value of c14fec is 0.62.

The process color (four color CMYK) of #c14fec color hex is 0.18, 0.67, 0.00, 0.07. Web safe color of #c14fec is #cc66ff. Color #c14fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001111 11101100
Octal 301 117 354
Decimal 193 79 236
Hex C1 4F EC

RGB Percentages of Color #c14fec

%37.99
%15.55
%46.46

CMYK Percentages of Color #c14fec

%18
%67
%0
%7

Triadic Colors of #c14fec

#c14fec #ecc14f #4fecc1

Analogous Colors of #c14fec

#c14fec #ec4fc9 #734fec

Monochromatic Colors of #c14fec

#c14fec

Complementary Color

#c14fec #7aec4f

#c14fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14fec Color CSS Codes

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

#c14fec Text Font Color

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

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


#c14fec Background Color

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

This div background color is #c14fec


#c14fec Border Color

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

This div border color is #c14fec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,79,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c14fec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c14fec;
  -webkit-box-shadow: 1px 1px 3px 2px #c14fec;
  box-shadow:         1px 1px 3px 2px #c14fec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,79,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14fec


Comments

No comments written yet.

Please login to write comment.