Color Hex Logo

#c046df Color Hex

#C046DF
(192,70,223)
0 Favorites   0 Comments

Color spaces of #c046df

RGB 19270223
HSL0.800.710.57
HSV288°69°87°
CMYK 0.140.690.00   0.13
XYZ37.247720.914571.8858
Yxy20.91450.28640.1608
Hunter Lab45.732465.3515-61.1841
CIE-Lab52.855869.1032-55.4335

#c046df color RGB value is (192,70,223).

#c046df hex color red value is 192, green value is 70 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c046df hue: 0.80 , saturation: 0.71 and the lightness value of c046df is 0.57.

The process color (four color CMYK) of #c046df color hex is 0.14, 0.69, 0.00, 0.13. Web safe color of #c046df is #cc33cc. Color #c046df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000110 11011111
Octal 300 106 337
Decimal 192 70 223
Hex C0 46 DF

RGB Percentages of Color #c046df

%39.59
%14.43
%45.98

CMYK Percentages of Color #c046df

%14
%69
%0
%13

Triadic Colors of #c046df

#c046df #dfc046 #46dfc0

Analogous Colors of #c046df

#c046df #df46b2 #7446df

Monochromatic Colors of #c046df

#c046df

Complementary Color

#c046df #65df46

#c046df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c046df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c046df Color CSS Codes

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

#c046df Text Font Color

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

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


#c046df Background Color

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

This div background color is #c046df


#c046df Border Color

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

This div border color is #c046df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c046df


Comments

No comments written yet.

Please login to write comment.