Color Hex Logo

#c14098 Color Hex

#C14098
(193,64,152)
0 Favorites   0 Comments

Color spaces of #c14098

RGB 19364152
HSL0.890.510.50
HSV319°67°76°
CMYK 0.000.670.21   0.24
XYZ29.493217.271231.4850
Yxy17.27120.37690.2207
Hunter Lab41.558653.9497-15.8273
CIE-Lab48.599960.0565-20.8755

#c14098 color RGB value is (193,64,152).

#c14098 hex color red value is 193, green value is 64 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #c14098 hue: 0.89 , saturation: 0.51 and the lightness value of c14098 is 0.50.

The process color (four color CMYK) of #c14098 color hex is 0.00, 0.67, 0.21, 0.24. Web safe color of #c14098 is #cc3399. Color #c14098 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000000 10011000
Octal 301 100 230
Decimal 193 64 152
Hex C1 40 98

RGB Percentages of Color #c14098

%47.19
%15.65
%37.16

CMYK Percentages of Color #c14098

%0
%67
%21
%24

Triadic Colors of #c14098

#c14098 #98c140 #4098c1

Analogous Colors of #c14098

#c14098 #c14057 #aa40c1

Monochromatic Colors of #c14098

#c14098

Complementary Color

#c14098 #40c169

#c14098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14098 Color CSS Codes

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

#c14098 Text Font Color

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

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


#c14098 Background Color

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

This div background color is #c14098


#c14098 Border Color

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

This div border color is #c14098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14098


Comments

No comments written yet.

Please login to write comment.