Color Hex Logo

#c14ede Color Hex

#C14EDE
(193,78,222)
0 Favorites   0 Comments

Color spaces of #c14ede

RGB 19378222
HSL0.800.690.59
HSV288°65°87°
CMYK 0.130.650.00   0.13
XYZ37.901522.060271.3676
Yxy22.06020.28860.1680
Hunter Lab46.968361.8477-57.2125
CIE-Lab54.090865.9083-52.8846

#c14ede color RGB value is (193,78,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001110 11011110
Octal 301 116 336
Decimal 193 78 222
Hex C1 4E DE

RGB Percentages of Color #c14ede

%39.15
%15.82
%45.03

CMYK Percentages of Color #c14ede

%13
%65
%0
%13

Triadic Colors of #c14ede

#c14ede #dec14e #4edec1

Analogous Colors of #c14ede

#c14ede #de4eb3 #794ede

Monochromatic Colors of #c14ede

#c14ede

Complementary Color

#c14ede #6bde4e

#c14ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14ede Color CSS Codes

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

#c14ede Text Font Color

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

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


#c14ede Background Color

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

This div background color is #c14ede


#c14ede Border Color

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

This div border color is #c14ede


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,78,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 #c14ede">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14ede


Comments

No comments written yet.

Please login to write comment.