Color Hex Logo

#c94668 Color Hex

#C94668
(201,70,104)
0 Favorites   0 Comments

Color spaces of #c94668

RGB 20170104
HSL0.960.550.53
HSV344°65°79°
CMYK 0.000.650.48   0.21
XYZ28.776217.797315.0152
Yxy17.79730.46720.2890
Hunter Lab42.186847.93028.4282
CIE-Lab49.249354.49189.1703

#c94668 color RGB value is (201,70,104).

#c94668 hex color red value is 201, green value is 70 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #c94668 hue: 0.96 , saturation: 0.55 and the lightness value of c94668 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000110 01101000
Octal 311 106 150
Decimal 201 70 104
Hex C9 46 68

RGB Percentages of Color #c94668

%53.60
%18.67
%27.73

CMYK Percentages of Color #c94668

%0
%65
%48
%21

Triadic Colors of #c94668

#c94668 #68c946 #4668c9

Analogous Colors of #c94668

#c94668 #c96646 #c946aa

Monochromatic Colors of #c94668

#c94668

Complementary Color

#c94668 #46c9a7

#c94668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94668 Color CSS Codes

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

#c94668 Text Font Color

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

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


#c94668 Background Color

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

This div background color is #c94668


#c94668 Border Color

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

This div border color is #c94668


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,70,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 #c94668">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94668


Comments

No comments written yet.

Please login to write comment.