Color Hex Logo

#c14fdc Color Hex

#C14FDC
(193,79,220)
0 Favorites   0 Comments

Color spaces of #c14fdc

RGB 19379220
HSL0.800.670.59
HSV289°64°86°
CMYK 0.120.640.00   0.14
XYZ37.706622.096769.9879
Yxy22.09670.29050.1702
Hunter Lab47.007160.9207-55.3706
CIE-Lab54.129565.1098-51.6912

#c14fdc color RGB value is (193,79,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001111 11011100
Octal 301 117 334
Decimal 193 79 220
Hex C1 4F DC

RGB Percentages of Color #c14fdc

%39.23
%16.06
%44.72

CMYK Percentages of Color #c14fdc

%12
%64
%0
%14

Triadic Colors of #c14fdc

#c14fdc #dcc14f #4fdcc1

Analogous Colors of #c14fdc

#c14fdc #dc4fb1 #7b4fdc

Monochromatic Colors of #c14fdc

#c14fdc

Complementary Color

#c14fdc #6adc4f

#c14fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14fdc Color CSS Codes

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

#c14fdc Text Font Color

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

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


#c14fdc Background Color

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

This div background color is #c14fdc


#c14fdc Border Color

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

This div border color is #c14fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14fdc


Comments

No comments written yet.

Please login to write comment.