Color Hex Logo

#c14fde Color Hex

#C14FDE
(193,79,222)
0 Favorites   0 Comments

Color spaces of #c14fde

RGB 19379222
HSL0.800.680.59
HSV288°64°87°
CMYK 0.130.640.00   0.13
XYZ37.973122.203371.3915
Yxy22.20330.28860.1688
Hunter Lab47.120461.3879-56.8453
CIE-Lab54.242065.4880-52.6433

#c14fde color RGB value is (193,79,222).

#c14fde hex color red value is 193, green value is 79 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c14fde hue: 0.80 , saturation: 0.68 and the lightness value of c14fde is 0.59.

The process color (four color CMYK) of #c14fde color hex is 0.13, 0.64, 0.00, 0.13. Web safe color of #c14fde is #cc66cc. Color #c14fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001111 11011110
Octal 301 117 336
Decimal 193 79 222
Hex C1 4F DE

RGB Percentages of Color #c14fde

%39.07
%15.99
%44.94

CMYK Percentages of Color #c14fde

%13
%64
%0
%13

Triadic Colors of #c14fde

#c14fde #dec14f #4fdec1

Analogous Colors of #c14fde

#c14fde #de4fb4 #7a4fde

Monochromatic Colors of #c14fde

#c14fde

Complementary Color

#c14fde #6cde4f

#c14fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14fde Color CSS Codes

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

#c14fde Text Font Color

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

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


#c14fde Background Color

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

This div background color is #c14fde


#c14fde Border Color

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

This div border color is #c14fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14fde


Comments

No comments written yet.

Please login to write comment.