Color Hex Logo

#c946de Color Hex

#C946DE
(201,70,222)
0 Favorites   0 Comments

Color spaces of #c946de

RGB 20170222
HSL0.810.700.57
HSV292°68°87°
CMYK 0.090.680.00   0.13
XYZ39.462422.071871.2876
Yxy22.07180.29710.1662
Hunter Lab46.980667.7188-57.0792
CIE-Lab54.103170.8396-52.7985

#c946de color RGB value is (201,70,222).

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

The process color (four color CMYK) of #c946de color hex is 0.09, 0.68, 0.00, 0.13. Web safe color of #c946de is #cc33cc. Color #c946de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000110 11011110
Octal 311 106 336
Decimal 201 70 222
Hex C9 46 DE

RGB Percentages of Color #c946de

%40.77
%14.20
%45.03

CMYK Percentages of Color #c946de

%9
%68
%0
%13

Triadic Colors of #c946de

#c946de #dec946 #46dec9

Analogous Colors of #c946de

#c946de #de46a7 #7d46de

Monochromatic Colors of #c946de

#c946de

Complementary Color

#c946de #5bde46

#c946de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c946de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c946de Color CSS Codes

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

#c946de Text Font Color

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

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


#c946de Background Color

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

This div background color is #c946de


#c946de Border Color

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

This div border color is #c946de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c946de


Comments

No comments written yet.

Please login to write comment.