Color Hex Logo

#c14ebf Color Hex

#C14EBF
(193,78,191)
0 Favorites   0 Comments

Color spaces of #c14ebf

RGB 19378191
HSL0.840.480.53
HSV301°60°76°
CMYK 0.000.600.01   0.24
XYZ34.120720.547851.4580
Yxy20.54780.32150.1936
Hunter Lab45.329755.0341-35.5749
CIE-Lab52.451060.3082-37.7667

#c14ebf color RGB value is (193,78,191).

#c14ebf hex color red value is 193, green value is 78 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c14ebf hue: 0.84 , saturation: 0.48 and the lightness value of c14ebf is 0.53.

The process color (four color CMYK) of #c14ebf color hex is 0.00, 0.60, 0.01, 0.24. Web safe color of #c14ebf is #cc66cc. Color #c14ebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001110 10111111
Octal 301 116 277
Decimal 193 78 191
Hex C1 4E BF

RGB Percentages of Color #c14ebf

%41.77
%16.88
%41.34

CMYK Percentages of Color #c14ebf

%0
%60
%1
%24

Triadic Colors of #c14ebf

#c14ebf #bfc14e #4ebfc1

Analogous Colors of #c14ebf

#c14ebf #c14e86 #8a4ec1

Monochromatic Colors of #c14ebf

#c14ebf

Complementary Color

#c14ebf #4ec150

#c14ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14ebf Color CSS Codes

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

#c14ebf Text Font Color

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

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


#c14ebf Background Color

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

This div background color is #c14ebf


#c14ebf Border Color

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

This div border color is #c14ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14ebf


Comments

No comments written yet.

Please login to write comment.