Color Hex Logo

#c14afb Color Hex

#C14AFB
(193,74,251)
0 Favorites   0 Comments

Color spaces of #c14afb

RGB 19374251
HSL0.780.960.64
HSV280°71°98°
CMYK 0.230.710.00   0.02
XYZ41.853723.200093.5389
Yxy23.20000.26390.1463
Hunter Lab48.166470.8147-81.4245
CIE-Lab55.277873.1636-67.2330

#c14afb color RGB value is (193,74,251).

#c14afb hex color red value is 193, green value is 74 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c14afb hue: 0.78 , saturation: 0.96 and the lightness value of c14afb is 0.64.

The process color (four color CMYK) of #c14afb color hex is 0.23, 0.71, 0.00, 0.02. Web safe color of #c14afb is #cc33ff. Color #c14afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001010 11111011
Octal 301 112 373
Decimal 193 74 251
Hex C1 4A FB

RGB Percentages of Color #c14afb

%37.26
%14.29
%48.46

CMYK Percentages of Color #c14afb

%23
%71
%0
%2

Triadic Colors of #c14afb

#c14afb #fbc14a #4afbc1

Analogous Colors of #c14afb

#c14afb #fb4add #694afb

Monochromatic Colors of #c14afb

#c14afb

Complementary Color

#c14afb #84fb4a

#c14afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14afb Color CSS Codes

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

#c14afb Text Font Color

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

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


#c14afb Background Color

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

This div background color is #c14afb


#c14afb Border Color

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

This div border color is #c14afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14afb


Comments

No comments written yet.

Please login to write comment.