Color Hex Logo

#c14468 Color Hex

#C14468
(193,68,104)
0 Favorites   0 Comments

Color spaces of #c14468

RGB 19368104
HSL0.950.500.51
HSV343°65°76°
CMYK 0.000.650.46   0.24
XYZ26.558116.471214.8762
Yxy16.47120.45860.2844
Hunter Lab40.584745.78476.6768
CIE-Lab47.586752.80026.6236

#c14468 color RGB value is (193,68,104).

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

The process color (four color CMYK) of #c14468 color hex is 0.00, 0.65, 0.46, 0.24. Web safe color of #c14468 is #cc3366. Color #c14468 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000100 01101000
Octal 301 104 150
Decimal 193 68 104
Hex C1 44 68

RGB Percentages of Color #c14468

%52.88
%18.63
%28.49

CMYK Percentages of Color #c14468

%0
%65
%46
%24

Triadic Colors of #c14468

#c14468 #68c144 #4468c1

Analogous Colors of #c14468

#c14468 #c15e44 #c144a7

Monochromatic Colors of #c14468

#c14468

Complementary Color

#c14468 #44c19d

#c14468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14468 Color CSS Codes

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

#c14468 Text Font Color

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

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


#c14468 Background Color

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

This div background color is #c14468


#c14468 Border Color

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

This div border color is #c14468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14468


Comments

No comments written yet.

Please login to write comment.