Color Hex Logo

#c14fdd Color Hex

#C14FDD
(193,79,221)
0 Favorites   0 Comments

Color spaces of #c14fdd

RGB 19379221
HSL0.800.680.59
HSV288°64°87°
CMYK 0.130.640.00   0.13
XYZ37.839422.149970.6876
Yxy22.14990.28960.1695
Hunter Lab47.063761.1533-56.1064
CIE-Lab54.185765.2982-52.1675

#c14fdd color RGB value is (193,79,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001111 11011101
Octal 301 117 335
Decimal 193 79 221
Hex C1 4F DD

RGB Percentages of Color #c14fdd

%39.15
%16.02
%44.83

CMYK Percentages of Color #c14fdd

%13
%64
%0
%13

Triadic Colors of #c14fdd

#c14fdd #ddc14f #4fddc1

Analogous Colors of #c14fdd

#c14fdd #dd4fb2 #7a4fdd

Monochromatic Colors of #c14fdd

#c14fdd

Complementary Color

#c14fdd #6bdd4f

#c14fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14fdd Color CSS Codes

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

#c14fdd Text Font Color

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

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


#c14fdd Background Color

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

This div background color is #c14fdd


#c14fdd Border Color

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

This div border color is #c14fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14fdd


Comments

No comments written yet.

Please login to write comment.