Color Hex Logo

#c93696 Color Hex

#C93696
(201,54,150)
0 Favorites   0 Comments

Color spaces of #c93696

RGB 20154150
HSL0.890.580.50
HSV321°73°79°
CMYK 0.000.730.25   0.21
XYZ30.911617.257830.5560
Yxy17.25780.39270.2192
Hunter Lab41.542560.1217-14.5302
CIE-Lab48.583265.4703-19.5905

#c93696 color RGB value is (201,54,150).

#c93696 hex color red value is 201, green value is 54 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #c93696 hue: 0.89 , saturation: 0.58 and the lightness value of c93696 is 0.50.

The process color (four color CMYK) of #c93696 color hex is 0.00, 0.73, 0.25, 0.21. Web safe color of #c93696 is #cc3399. Color #c93696 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110110 10010110
Octal 311 66 226
Decimal 201 54 150
Hex C9 36 96

RGB Percentages of Color #c93696

%49.63
%13.33
%37.04

CMYK Percentages of Color #c93696

%0
%73
%25
%21

Triadic Colors of #c93696

#c93696 #96c936 #3696c9

Analogous Colors of #c93696

#c93696 #c9364d #b336c9

Monochromatic Colors of #c93696

#c93696

Complementary Color

#c93696 #36c969

#c93696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93696 Color CSS Codes

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

#c93696 Text Font Color

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

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


#c93696 Background Color

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

This div background color is #c93696


#c93696 Border Color

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

This div border color is #c93696


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,54,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c93696; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c93696;
  -webkit-box-shadow: 1px 1px 3px 2px #c93696;
  box-shadow:         1px 1px 3px 2px #c93696; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,54,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93696


Comments

No comments written yet.

Please login to write comment.