Color Hex Logo

#c14ebe Color Hex

#C14EBE
(193,78,190)
0 Favorites   0 Comments

Color spaces of #c14ebe

RGB 19378190
HSL0.840.480.53
HSV302°60°76°
CMYK 0.000.600.02   0.24
XYZ34.011020.503950.8803
Yxy20.50390.32270.1945
Hunter Lab45.281254.8302-34.9244
CIE-Lab52.402260.1373-37.2657

#c14ebe color RGB value is (193,78,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001110 10111110
Octal 301 116 276
Decimal 193 78 190
Hex C1 4E BE

RGB Percentages of Color #c14ebe

%41.87
%16.92
%41.21

CMYK Percentages of Color #c14ebe

%0
%60
%2
%24

Triadic Colors of #c14ebe

#c14ebe #bec14e #4ebec1

Analogous Colors of #c14ebe

#c14ebe #c14e85 #8b4ec1

Monochromatic Colors of #c14ebe

#c14ebe

Complementary Color

#c14ebe #4ec151

#c14ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14ebe Color CSS Codes

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

#c14ebe Text Font Color

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

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


#c14ebe Background Color

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

This div background color is #c14ebe


#c14ebe Border Color

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

This div border color is #c14ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14ebe


Comments

No comments written yet.

Please login to write comment.