Color Hex Logo

#c64093 Color Hex

#C64093
(198,64,147)
0 Favorites   0 Comments

Color spaces of #c64093

RGB 19864147
HSL0.900.540.51
HSV323°68°78°
CMYK 0.000.680.26   0.22
XYZ30.388617.779129.4338
Yxy17.77910.39160.2291
Hunter Lab42.165354.8561-11.8722
CIE-Lab49.227160.7449-16.8575

#c64093 color RGB value is (198,64,147).

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

The process color (four color CMYK) of #c64093 color hex is 0.00, 0.68, 0.26, 0.22. Web safe color of #c64093 is #cc3399. Color #c64093 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000000 10010011
Octal 306 100 223
Decimal 198 64 147
Hex C6 40 93

RGB Percentages of Color #c64093

%48.41
%15.65
%35.94

CMYK Percentages of Color #c64093

%0
%68
%26
%22

Triadic Colors of #c64093

#c64093 #93c640 #4093c6

Analogous Colors of #c64093

#c64093 #c64050 #b640c6

Monochromatic Colors of #c64093

#c64093

Complementary Color

#c64093 #40c673

#c64093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64093 Color CSS Codes

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

#c64093 Text Font Color

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

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


#c64093 Background Color

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

This div background color is #c64093


#c64093 Border Color

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

This div border color is #c64093


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,64,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64093


Comments

No comments written yet.

Please login to write comment.