Color Hex Logo

#c946be Color Hex

#C946BE
(201,70,190)
0 Favorites   0 Comments

Color spaces of #c946be

RGB 20170190
HSL0.850.550.53
HSV305°65°79°
CMYK 0.000.650.05   0.21
XYZ35.571820.515550.8002
Yxy20.51550.33280.1919
Hunter Lab45.294060.9209-34.7917
CIE-Lab52.415165.4307-37.1620

#c946be color RGB value is (201,70,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000110 10111110
Octal 311 106 276
Decimal 201 70 190
Hex C9 46 BE

RGB Percentages of Color #c946be

%43.60
%15.18
%41.21

CMYK Percentages of Color #c946be

%0
%65
%5
%21

Triadic Colors of #c946be

#c946be #bec946 #46bec9

Analogous Colors of #c946be

#c946be #c9467d #9346c9

Monochromatic Colors of #c946be

#c946be

Complementary Color

#c946be #46c951

#c946be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c946be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c946be Color CSS Codes

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

#c946be Text Font Color

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

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


#c946be Background Color

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

This div background color is #c946be


#c946be Border Color

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

This div border color is #c946be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c946be


Comments

No comments written yet.

Please login to write comment.