Color Hex Logo

#c14aee Color Hex

#C14AEE
(193,74,238)
0 Favorites   0 Comments

Color spaces of #c14aee

RGB 19374238
HSL0.790.830.61
HSV284°69°93°
CMYK 0.190.690.00   0.07
XYZ39.873722.408183.1125
Yxy22.40810.27420.1541
Hunter Lab47.337267.5164-70.9627
CIE-Lab54.457470.6041-61.3032

#c14aee color RGB value is (193,74,238).

#c14aee hex color red value is 193, green value is 74 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c14aee hue: 0.79 , saturation: 0.83 and the lightness value of c14aee is 0.61.

The process color (four color CMYK) of #c14aee color hex is 0.19, 0.69, 0.00, 0.07. Web safe color of #c14aee is #cc33ff. Color #c14aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001010 11101110
Octal 301 112 356
Decimal 193 74 238
Hex C1 4A EE

RGB Percentages of Color #c14aee

%38.22
%14.65
%47.13

CMYK Percentages of Color #c14aee

%19
%69
%0
%7

Triadic Colors of #c14aee

#c14aee #eec14a #4aeec1

Analogous Colors of #c14aee

#c14aee #ee4ac9 #6f4aee

Monochromatic Colors of #c14aee

#c14aee

Complementary Color

#c14aee #77ee4a

#c14aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14aee Color CSS Codes

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

#c14aee Text Font Color

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

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


#c14aee Background Color

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

This div background color is #c14aee


#c14aee Border Color

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

This div border color is #c14aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14aee


Comments

No comments written yet.

Please login to write comment.