Color Hex Logo

#c93968 Color Hex

#C93968
(201,57,104)
0 Favorites   0 Comments

Color spaces of #c93968

RGB 20157104
HSL0.950.570.51
HSV340°72°79°
CMYK 0.000.720.48   0.21
XYZ28.049216.343214.7729
Yxy16.34320.47410.2762
Hunter Lab40.426753.10166.6327
CIE-Lab47.421659.51856.5778

#c93968 color RGB value is (201,57,104).

#c93968 hex color red value is 201, green value is 57 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #c93968 hue: 0.95 , saturation: 0.57 and the lightness value of c93968 is 0.51.

The process color (four color CMYK) of #c93968 color hex is 0.00, 0.72, 0.48, 0.21. Web safe color of #c93968 is #cc3366. Color #c93968 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111001 01101000
Octal 311 71 150
Decimal 201 57 104
Hex C9 39 68

RGB Percentages of Color #c93968

%55.52
%15.75
%28.73

CMYK Percentages of Color #c93968

%0
%72
%48
%21

Triadic Colors of #c93968

#c93968 #68c939 #3968c9

Analogous Colors of #c93968

#c93968 #c95239 #c939b0

Monochromatic Colors of #c93968

#c93968

Complementary Color

#c93968 #39c99a

#c93968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93968 Color CSS Codes

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

#c93968 Text Font Color

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

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


#c93968 Background Color

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

This div background color is #c93968


#c93968 Border Color

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

This div border color is #c93968


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93968


Comments

No comments written yet.

Please login to write comment.