Color Hex Logo

#c14587 Color Hex

#C14587
(193,69,135)
0 Favorites   0 Comments

Color spaces of #c14587

RGB 19369135
HSL0.910.500.51
HSV328°64°76°
CMYK 0.000.640.30   0.24
XYZ28.493617.343024.7674
Yxy17.34300.40360.2456
Hunter Lab41.644949.2517-6.1100
CIE-Lab48.689355.8029-10.5538

#c14587 color RGB value is (193,69,135).

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

The process color (four color CMYK) of #c14587 color hex is 0.00, 0.64, 0.30, 0.24. Web safe color of #c14587 is #cc3399. Color #c14587 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000101 10000111
Octal 301 105 207
Decimal 193 69 135
Hex C1 45 87

RGB Percentages of Color #c14587

%48.61
%17.38
%34.01

CMYK Percentages of Color #c14587

%0
%64
%30
%24

Triadic Colors of #c14587

#c14587 #87c145 #4587c1

Analogous Colors of #c14587

#c14587 #c14549 #bd45c1

Monochromatic Colors of #c14587

#c14587

Complementary Color

#c14587 #45c17f

#c14587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14587 Color CSS Codes

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

#c14587 Text Font Color

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

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


#c14587 Background Color

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

This div background color is #c14587


#c14587 Border Color

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

This div border color is #c14587


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14587


Comments

No comments written yet.

Please login to write comment.