Color Hex Logo

#c057df Color Hex

#C057DF
(192,87,223)
0 Favorites   0 Comments

Color spaces of #c057df

RGB 19287223
HSL0.800.680.61
HSV286°61°87°
CMYK 0.140.610.00   0.13
XYZ38.465723.350672.2918
Yxy23.35060.28680.1741
Hunter Lab48.322557.5255-54.8738
CIE-Lab55.431661.9460-51.3196

#c057df color RGB value is (192,87,223).

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

The process color (four color CMYK) of #c057df color hex is 0.14, 0.61, 0.00, 0.13. Web safe color of #c057df is #cc66cc. Color #c057df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010111 11011111
Octal 300 127 337
Decimal 192 87 223
Hex C0 57 DF

RGB Percentages of Color #c057df

%38.25
%17.33
%44.42

CMYK Percentages of Color #c057df

%14
%61
%0
%13

Triadic Colors of #c057df

#c057df #dfc057 #57dfc0

Analogous Colors of #c057df

#c057df #df57ba #7c57df

Monochromatic Colors of #c057df

#c057df

Complementary Color

#c057df #76df57

#c057df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c057df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c057df Color CSS Codes

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

#c057df Text Font Color

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

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


#c057df Background Color

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

This div background color is #c057df


#c057df Border Color

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

This div border color is #c057df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c057df


Comments

No comments written yet.

Please login to write comment.