Color Hex Logo

#c646ae Color Hex

#C646AE
(198,70,174)
0 Favorites   0 Comments

Color spaces of #c646ae

RGB 19870174
HSL0.860.530.53
HSV311°65°78°
CMYK 0.000.650.12   0.22
XYZ33.118819.442142.0515
Yxy19.44210.35000.2055
Hunter Lab44.093256.9099-25.6794
CIE-Lab51.200562.1856-29.7849

#c646ae color RGB value is (198,70,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000110 10101110
Octal 306 106 256
Decimal 198 70 174
Hex C6 46 AE

RGB Percentages of Color #c646ae

%44.80
%15.84
%39.37

CMYK Percentages of Color #c646ae

%0
%65
%12
%22

Triadic Colors of #c646ae

#c646ae #aec646 #46aec6

Analogous Colors of #c646ae

#c646ae #c6466e #9e46c6

Monochromatic Colors of #c646ae

#c646ae

Complementary Color

#c646ae #46c65e

#c646ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c646ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c646ae Color CSS Codes

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

#c646ae Text Font Color

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

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


#c646ae Background Color

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

This div background color is #c646ae


#c646ae Border Color

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

This div border color is #c646ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c646ae


Comments

No comments written yet.

Please login to write comment.