Color Hex Logo

#c057fa Color Hex

#C057FA
(192,87,250)
0 Favorites   0 Comments

Color spaces of #c057fa

RGB 19287250
HSL0.770.940.66
HSV279°65°98°
CMYK 0.230.650.00   0.02
XYZ42.401724.925093.0187
Yxy24.92500.26440.1554
Hunter Lab49.924964.2330-75.5199
CIE-Lab57.002367.3833-63.9066

#c057fa color RGB value is (192,87,250).

#c057fa hex color red value is 192, green value is 87 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c057fa hue: 0.77 , saturation: 0.94 and the lightness value of c057fa is 0.66.

The process color (four color CMYK) of #c057fa color hex is 0.23, 0.65, 0.00, 0.02. Web safe color of #c057fa is #cc66ff. Color #c057fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010111 11111010
Octal 300 127 372
Decimal 192 87 250
Hex C0 57 FA

RGB Percentages of Color #c057fa

%36.29
%16.45
%47.26

CMYK Percentages of Color #c057fa

%23
%65
%0
%2

Triadic Colors of #c057fa

#c057fa #fac057 #57fac0

Analogous Colors of #c057fa

#c057fa #fa57e3 #6f57fa

Monochromatic Colors of #c057fa

#c057fa

Complementary Color

#c057fa #91fa57

#c057fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c057fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c057fa Color CSS Codes

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

#c057fa Text Font Color

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

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


#c057fa Background Color

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

This div background color is #c057fa


#c057fa Border Color

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

This div border color is #c057fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c057fa


Comments

No comments written yet.

Please login to write comment.