Color Hex Logo

#c15394 Color Hex

#C15394
(193,83,148)
0 Favorites   0 Comments

Color spaces of #c15394

RGB 19383148
HSL0.900.470.54
HSV325°57°76°
CMYK 0.000.570.23   0.24
XYZ30.430919.662130.2083
Yxy19.66210.37900.2449
Hunter Lab44.342044.9021-9.3524
CIE-Lab51.453051.3089-14.1441

#c15394 color RGB value is (193,83,148).

#c15394 hex color red value is 193, green value is 83 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #c15394 hue: 0.90 , saturation: 0.47 and the lightness value of c15394 is 0.54.

The process color (four color CMYK) of #c15394 color hex is 0.00, 0.57, 0.23, 0.24. Web safe color of #c15394 is #cc6699. Color #c15394 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010011 10010100
Octal 301 123 224
Decimal 193 83 148
Hex C1 53 94

RGB Percentages of Color #c15394

%45.52
%19.58
%34.91

CMYK Percentages of Color #c15394

%0
%57
%23
%24

Triadic Colors of #c15394

#c15394 #94c153 #5394c1

Analogous Colors of #c15394

#c15394 #c1535d #b753c1

Monochromatic Colors of #c15394

#c15394

Complementary Color

#c15394 #53c180

#c15394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15394 Color CSS Codes

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

#c15394 Text Font Color

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

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


#c15394 Background Color

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

This div background color is #c15394


#c15394 Border Color

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

This div border color is #c15394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15394


Comments

No comments written yet.

Please login to write comment.