Color Hex Logo

#c946c1 Color Hex

#C946C1
(201,70,193)
0 Favorites   0 Comments

Color spaces of #c946c1

RGB 20170193
HSL0.840.550.53
HSV304°65°79°
CMYK 0.000.650.04   0.21
XYZ35.903220.648152.5452
Yxy20.64810.32910.1893
Hunter Lab45.440261.5161-36.7524
CIE-Lab52.562265.9122-38.6645

#c946c1 color RGB value is (201,70,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000110 11000001
Octal 311 106 301
Decimal 201 70 193
Hex C9 46 C1

RGB Percentages of Color #c946c1

%43.32
%15.09
%41.59

CMYK Percentages of Color #c946c1

%0
%65
%4
%21

Triadic Colors of #c946c1

#c946c1 #c1c946 #46c1c9

Analogous Colors of #c946c1

#c946c1 #c94680 #9046c9

Monochromatic Colors of #c946c1

#c946c1

Complementary Color

#c946c1 #46c94e

#c946c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c946c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c946c1 Color CSS Codes

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

#c946c1 Text Font Color

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

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


#c946c1 Background Color

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

This div background color is #c946c1


#c946c1 Border Color

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

This div border color is #c946c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c946c1


Comments

No comments written yet.

Please login to write comment.