Color Hex Logo

#c14067 Color Hex

#C14067
(193,64,103)
0 Favorites   0 Comments

Color spaces of #c14067

RGB 19364103
HSL0.950.510.50
HSV342°67°76°
CMYK 0.000.670.47   0.24
XYZ26.273915.983514.5323
Yxy15.98350.46270.2815
Hunter Lab39.979447.34396.4339
CIE-Lab46.952854.36236.3306

#c14067 color RGB value is (193,64,103).

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

The process color (four color CMYK) of #c14067 color hex is 0.00, 0.67, 0.47, 0.24. Web safe color of #c14067 is #cc3366. Color #c14067 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000000 01100111
Octal 301 100 147
Decimal 193 64 103
Hex C1 40 67

RGB Percentages of Color #c14067

%53.61
%17.78
%28.61

CMYK Percentages of Color #c14067

%0
%67
%47
%24

Triadic Colors of #c14067

#c14067 #67c140 #4067c1

Analogous Colors of #c14067

#c14067 #c15a40 #c140a8

Monochromatic Colors of #c14067

#c14067

Complementary Color

#c14067 #40c19a

#c14067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14067 Color CSS Codes

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

#c14067 Text Font Color

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

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


#c14067 Background Color

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

This div background color is #c14067


#c14067 Border Color

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

This div border color is #c14067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14067


Comments

No comments written yet.

Please login to write comment.