Color Hex Logo

#c042df Color Hex

#C042DF
(192,66,223)
0 Favorites   0 Comments

Color spaces of #c042df

RGB 19266223
HSL0.800.710.57
HSV288°70°87°
CMYK 0.140.700.00   0.13
XYZ37.005720.430671.8051
Yxy20.43060.28630.1581
Hunter Lab45.200267.0387-62.5480
CIE-Lab52.320670.6160-56.2910

#c042df color RGB value is (192,66,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000010 11011111
Octal 300 102 337
Decimal 192 66 223
Hex C0 42 DF

RGB Percentages of Color #c042df

%39.92
%13.72
%46.36

CMYK Percentages of Color #c042df

%14
%70
%0
%13

Triadic Colors of #c042df

#c042df #dfc042 #42dfc0

Analogous Colors of #c042df

#c042df #df42b0 #7242df

Monochromatic Colors of #c042df

#c042df

Complementary Color

#c042df #61df42

#c042df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c042df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c042df Color CSS Codes

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

#c042df Text Font Color

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

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


#c042df Background Color

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

This div background color is #c042df


#c042df Border Color

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

This div border color is #c042df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,66,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 #c042df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c042df


Comments

No comments written yet.

Please login to write comment.