Color Hex Logo

#c646bf Color Hex

#C646BF
(198,70,191)
0 Favorites   0 Comments

Color spaces of #c646bf

RGB 19870191
HSL0.840.530.53
HSV303°65°78°
CMYK 0.000.650.04   0.22
XYZ34.882820.147751.3406
Yxy20.14770.32790.1894
Hunter Lab44.886260.1684-36.3953
CIE-Lab52.003864.8620-38.4192

#c646bf color RGB value is (198,70,191).

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

The process color (four color CMYK) of #c646bf color hex is 0.00, 0.65, 0.04, 0.22. Web safe color of #c646bf is #cc33cc. Color #c646bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000110 10111111
Octal 306 106 277
Decimal 198 70 191
Hex C6 46 BF

RGB Percentages of Color #c646bf

%43.14
%15.25
%41.61

CMYK Percentages of Color #c646bf

%0
%65
%4
%22

Triadic Colors of #c646bf

#c646bf #bfc646 #46bfc6

Analogous Colors of #c646bf

#c646bf #c6467f #8d46c6

Monochromatic Colors of #c646bf

#c646bf

Complementary Color

#c646bf #46c64d

#c646bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c646bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c646bf Color CSS Codes

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

#c646bf Text Font Color

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

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


#c646bf Background Color

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

This div background color is #c646bf


#c646bf Border Color

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

This div border color is #c646bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c646bf


Comments

No comments written yet.

Please login to write comment.