Color Hex Logo

#c64693 Color Hex

#C64693
(198,70,147)
0 Favorites   0 Comments

Color spaces of #c64693

RGB 19870147
HSL0.900.530.53
HSV324°65°78°
CMYK 0.000.650.26   0.22
XYZ30.745318.492729.5527
Yxy18.49270.39020.2347
Hunter Lab43.003152.3639-10.6432
CIE-Lab50.088358.3651-15.5464

#c64693 color RGB value is (198,70,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000110 10010011
Octal 306 106 223
Decimal 198 70 147
Hex C6 46 93

RGB Percentages of Color #c64693

%47.71
%16.87
%35.42

CMYK Percentages of Color #c64693

%0
%65
%26
%22

Triadic Colors of #c64693

#c64693 #93c646 #4693c6

Analogous Colors of #c64693

#c64693 #c64653 #b946c6

Monochromatic Colors of #c64693

#c64693

Complementary Color

#c64693 #46c679

#c64693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64693 Color CSS Codes

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

#c64693 Text Font Color

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

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


#c64693 Background Color

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

This div background color is #c64693


#c64693 Border Color

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

This div border color is #c64693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64693


Comments

No comments written yet.

Please login to write comment.