Color Hex Logo

#c646bb Color Hex

#C646BB
(198,70,187)
0 Favorites   0 Comments

Color spaces of #c646bb

RGB 19870187
HSL0.850.530.53
HSV305°65°78°
CMYK 0.000.650.06   0.22
XYZ34.448519.973949.0534
Yxy19.97390.33290.1930
Hunter Lab44.692259.3756-33.7912
CIE-Lab51.807764.2154-36.4105

#c646bb color RGB value is (198,70,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000110 10111011
Octal 306 106 273
Decimal 198 70 187
Hex C6 46 BB

RGB Percentages of Color #c646bb

%43.52
%15.38
%41.10

CMYK Percentages of Color #c646bb

%0
%65
%6
%22

Triadic Colors of #c646bb

#c646bb #bbc646 #46bbc6

Analogous Colors of #c646bb

#c646bb #c6467b #9146c6

Monochromatic Colors of #c646bb

#c646bb

Complementary Color

#c646bb #46c651

#c646bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c646bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c646bb Color CSS Codes

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

#c646bb Text Font Color

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

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


#c646bb Background Color

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

This div background color is #c646bb


#c646bb Border Color

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

This div border color is #c646bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c646bb


Comments

No comments written yet.

Please login to write comment.