Color Hex Logo

#c64294 Color Hex

#C64294
(198,66,148)
0 Favorites   0 Comments

Color spaces of #c64294

RGB 19866148
HSL0.900.540.52
HSV323°67°78°
CMYK 0.000.670.25   0.22
XYZ30.582218.040329.8872
Yxy18.04030.38950.2298
Hunter Lab42.473954.1950-11.9883
CIE-Lab49.545060.0992-16.9700

#c64294 color RGB value is (198,66,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000010 10010100
Octal 306 102 224
Decimal 198 66 148
Hex C6 42 94

RGB Percentages of Color #c64294

%48.06
%16.02
%35.92

CMYK Percentages of Color #c64294

%0
%67
%25
%22

Triadic Colors of #c64294

#c64294 #94c642 #4294c6

Analogous Colors of #c64294

#c64294 #c64252 #b642c6

Monochromatic Colors of #c64294

#c64294

Complementary Color

#c64294 #42c674

#c64294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64294 Color CSS Codes

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

#c64294 Text Font Color

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

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


#c64294 Background Color

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

This div background color is #c64294


#c64294 Border Color

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

This div border color is #c64294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64294


Comments

No comments written yet.

Please login to write comment.