Color Hex Logo

#c946da Color Hex

#C946DA
(201,70,218)
0 Favorites   0 Comments

Color spaces of #c946da

RGB 20170218
HSL0.810.670.56
HSV293°68°85°
CMYK 0.080.680.00   0.15
XYZ38.932421.859868.4971
Yxy21.85980.30110.1691
Hunter Lab46.754566.8165-54.1340
CIE-Lab53.877970.1328-50.8905

#c946da color RGB value is (201,70,218).

#c946da hex color red value is 201, green value is 70 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c946da hue: 0.81 , saturation: 0.67 and the lightness value of c946da is 0.56.

The process color (four color CMYK) of #c946da color hex is 0.08, 0.68, 0.00, 0.15. Web safe color of #c946da is #cc33cc. Color #c946da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000110 11011010
Octal 311 106 332
Decimal 201 70 218
Hex C9 46 DA

RGB Percentages of Color #c946da

%41.10
%14.31
%44.58

CMYK Percentages of Color #c946da

%8
%68
%0
%15

Triadic Colors of #c946da

#c946da #dac946 #46dac9

Analogous Colors of #c946da

#c946da #da46a1 #7f46da

Monochromatic Colors of #c946da

#c946da

Complementary Color

#c946da #57da46

#c946da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c946da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c946da Color CSS Codes

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

#c946da Text Font Color

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

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


#c946da Background Color

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

This div background color is #c946da


#c946da Border Color

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

This div border color is #c946da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c946da


Comments

No comments written yet.

Please login to write comment.