Color Hex Logo

#c946bf Color Hex

#C946BF
(201,70,191)
0 Favorites   0 Comments

Color spaces of #c946bf

RGB 20170191
HSL0.850.550.53
HSV305°65°79°
CMYK 0.000.650.05   0.21
XYZ35.681520.559451.3780
Yxy20.55940.33160.1910
Hunter Lab45.342561.1183-35.4423
CIE-Lab52.463965.5905-37.6638

#c946bf color RGB value is (201,70,191).

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

The process color (four color CMYK) of #c946bf color hex is 0.00, 0.65, 0.05, 0.21. Web safe color of #c946bf is #cc33cc. Color #c946bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000110 10111111
Octal 311 106 277
Decimal 201 70 191
Hex C9 46 BF

RGB Percentages of Color #c946bf

%43.51
%15.15
%41.34

CMYK Percentages of Color #c946bf

%0
%65
%5
%21

Triadic Colors of #c946bf

#c946bf #bfc946 #46bfc9

Analogous Colors of #c946bf

#c946bf #c9467e #9246c9

Monochromatic Colors of #c946bf

#c946bf

Complementary Color

#c946bf #46c950

#c946bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c946bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c946bf Color CSS Codes

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

#c946bf Text Font Color

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

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


#c946bf Background Color

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

This div background color is #c946bf


#c946bf Border Color

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

This div border color is #c946bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,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 #c946bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c946bf


Comments

No comments written yet.

Please login to write comment.