Color Hex Logo

#c64590 Color Hex

#C64590
(198,69,144)
0 Favorites   0 Comments

Color spaces of #c64590

RGB 19869144
HSL0.900.530.52
HSV325°65°78°
CMYK 0.000.650.27   0.22
XYZ30.450918.275628.3082
Yxy18.27560.39530.2372
Hunter Lab42.750052.3335-9.3357
CIE-Lab49.828758.3852-14.1503

#c64590 color RGB value is (198,69,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000101 10010000
Octal 306 105 220
Decimal 198 69 144
Hex C6 45 90

RGB Percentages of Color #c64590

%48.18
%16.79
%35.04

CMYK Percentages of Color #c64590

%0
%65
%27
%22

Triadic Colors of #c64590

#c64590 #90c645 #4590c6

Analogous Colors of #c64590

#c64590 #c6454f #bc45c6

Monochromatic Colors of #c64590

#c64590

Complementary Color

#c64590 #45c67b

#c64590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64590 Color CSS Codes

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

#c64590 Text Font Color

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

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


#c64590 Background Color

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

This div background color is #c64590


#c64590 Border Color

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

This div border color is #c64590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64590


Comments

No comments written yet.

Please login to write comment.