Color Hex Logo

#c64483 Color Hex

#C64483
(198,68,131)
0 Favorites   0 Comments

Color spaces of #c64483

RGB 19868131
HSL0.920.530.52
HSV331°66°78°
CMYK 0.000.660.34   0.22
XYZ29.452617.778723.3520
Yxy17.77870.41730.2519
Hunter Lab42.164850.8959-3.3210
CIE-Lab49.226657.2001-7.2561

#c64483 color RGB value is (198,68,131).

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

The process color (four color CMYK) of #c64483 color hex is 0.00, 0.66, 0.34, 0.22. Web safe color of #c64483 is #cc3399. Color #c64483 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000100 10000011
Octal 306 104 203
Decimal 198 68 131
Hex C6 44 83

RGB Percentages of Color #c64483

%49.87
%17.13
%33.00

CMYK Percentages of Color #c64483

%0
%66
%34
%22

Triadic Colors of #c64483

#c64483 #83c644 #4483c6

Analogous Colors of #c64483

#c64483 #c64644 #c644c4

Monochromatic Colors of #c64483

#c64483

Complementary Color

#c64483 #44c687

#c64483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64483 Color CSS Codes

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

#c64483 Text Font Color

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

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


#c64483 Background Color

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

This div background color is #c64483


#c64483 Border Color

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

This div border color is #c64483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64483


Comments

No comments written yet.

Please login to write comment.