Color Hex Logo

#c946eb Color Hex

#C946EB
(201,70,235)
0 Favorites   0 Comments

Color spaces of #c946eb

RGB 20170235
HSL0.800.800.60
HSV288°70°92°
CMYK 0.140.700.00   0.08
XYZ41.272922.796080.8220
Yxy22.79600.28490.1573
Hunter Lab47.745270.7488-66.9433
CIE-Lab54.861673.1897-58.9115

#c946eb color RGB value is (201,70,235).

#c946eb hex color red value is 201, green value is 70 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c946eb hue: 0.80 , saturation: 0.80 and the lightness value of c946eb is 0.60.

The process color (four color CMYK) of #c946eb color hex is 0.14, 0.70, 0.00, 0.08. Web safe color of #c946eb is #cc33ff. Color #c946eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000110 11101011
Octal 311 106 353
Decimal 201 70 235
Hex C9 46 EB

RGB Percentages of Color #c946eb

%39.72
%13.83
%46.44

CMYK Percentages of Color #c946eb

%14
%70
%0
%8

Triadic Colors of #c946eb

#c946eb #ebc946 #46ebc9

Analogous Colors of #c946eb

#c946eb #eb46bb #7746eb

Monochromatic Colors of #c946eb

#c946eb

Complementary Color

#c946eb #68eb46

#c946eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c946eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c946eb Color CSS Codes

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

#c946eb Text Font Color

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

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


#c946eb Background Color

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

This div background color is #c946eb


#c946eb Border Color

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

This div border color is #c946eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c946eb


Comments

No comments written yet.

Please login to write comment.