Color Hex Logo

#c64694 Color Hex

#C64694
(198,70,148)
0 Favorites   0 Comments

Color spaces of #c64694

RGB 19870148
HSL0.900.530.53
HSV323°65°78°
CMYK 0.000.650.25   0.22
XYZ30.824218.524229.9679
Yxy18.52420.38860.2335
Hunter Lab43.039752.5185-11.1549
CIE-Lab50.125858.4968-16.0854

#c64694 color RGB value is (198,70,148).

#c64694 hex color red value is 198, green value is 70 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #c64694 hue: 0.90 , saturation: 0.53 and the lightness value of c64694 is 0.53.

The process color (four color CMYK) of #c64694 color hex is 0.00, 0.65, 0.25, 0.22. Web safe color of #c64694 is #cc3399. Color #c64694 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000110 10010100
Octal 306 106 224
Decimal 198 70 148
Hex C6 46 94

RGB Percentages of Color #c64694

%47.60
%16.83
%35.58

CMYK Percentages of Color #c64694

%0
%65
%25
%22

Triadic Colors of #c64694

#c64694 #94c646 #4694c6

Analogous Colors of #c64694

#c64694 #c64654 #b846c6

Monochromatic Colors of #c64694

#c64694

Complementary Color

#c64694 #46c678

#c64694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64694 Color CSS Codes

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

#c64694 Text Font Color

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

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


#c64694 Background Color

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

This div background color is #c64694


#c64694 Border Color

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

This div border color is #c64694


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64694


Comments

No comments written yet.

Please login to write comment.