Color Hex Logo

#c14adc Color Hex

#C14ADC
(193,74,220)
0 Favorites   0 Comments

Color spaces of #c14adc

RGB 19374220
HSL0.800.680.58
HSV289°66°86°
CMYK 0.120.660.00   0.14
XYZ37.359421.402369.8722
Yxy21.40230.29040.1664
Hunter Lab46.262663.1882-57.1641
CIE-Lab53.387067.1789-52.8761

#c14adc color RGB value is (193,74,220).

#c14adc hex color red value is 193, green value is 74 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c14adc hue: 0.80 , saturation: 0.68 and the lightness value of c14adc is 0.58.

The process color (four color CMYK) of #c14adc color hex is 0.12, 0.66, 0.00, 0.14. Web safe color of #c14adc is #cc33cc. Color #c14adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001010 11011100
Octal 301 112 334
Decimal 193 74 220
Hex C1 4A DC

RGB Percentages of Color #c14adc

%39.63
%15.20
%45.17

CMYK Percentages of Color #c14adc

%12
%66
%0
%14

Triadic Colors of #c14adc

#c14adc #dcc14a #4adcc1

Analogous Colors of #c14adc

#c14adc #dc4aae #784adc

Monochromatic Colors of #c14adc

#c14adc

Complementary Color

#c14adc #65dc4a

#c14adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14adc Color CSS Codes

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

#c14adc Text Font Color

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

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


#c14adc Background Color

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

This div background color is #c14adc


#c14adc Border Color

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

This div border color is #c14adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14adc


Comments

No comments written yet.

Please login to write comment.