Color Hex Logo

#c14592 Color Hex

#C14592
(193,69,146)
0 Favorites   0 Comments

Color spaces of #c14592

RGB 19369146
HSL0.900.500.51
HSV323°64°76°
CMYK 0.000.640.24   0.24
XYZ29.308717.669029.0598
Yxy17.66900.38550.2324
Hunter Lab42.034550.8993-11.5649
CIE-Lab49.092257.2276-16.5400

#c14592 color RGB value is (193,69,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000101 10010010
Octal 301 105 222
Decimal 193 69 146
Hex C1 45 92

RGB Percentages of Color #c14592

%47.30
%16.91
%35.78

CMYK Percentages of Color #c14592

%0
%64
%24
%24

Triadic Colors of #c14592

#c14592 #92c145 #4592c1

Analogous Colors of #c14592

#c14592 #c14554 #b245c1

Monochromatic Colors of #c14592

#c14592

Complementary Color

#c14592 #45c174

#c14592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14592 Color CSS Codes

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

#c14592 Text Font Color

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

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


#c14592 Background Color

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

This div background color is #c14592


#c14592 Border Color

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

This div border color is #c14592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14592


Comments

No comments written yet.

Please login to write comment.