Color Hex Logo

#c057fe Color Hex

#C057FE
(192,87,254)
0 Favorites   0 Comments

Color spaces of #c057fe

RGB 19287254
HSL0.770.990.67
HSV278°66°100°
CMYK 0.240.660.00   0.00
XYZ43.035825.178696.3577
Yxy25.17860.26150.1530
Hunter Lab50.178365.2799-78.7302
CIE-Lab57.249068.2148-65.7252

#c057fe color RGB value is (192,87,254).

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

The process color (four color CMYK) of #c057fe color hex is 0.24, 0.66, 0.00, 0.00. Web safe color of #c057fe is #cc66ff. Color #c057fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010111 11111110
Octal 300 127 376
Decimal 192 87 254
Hex C0 57 FE

RGB Percentages of Color #c057fe

%36.02
%16.32
%47.65

CMYK Percentages of Color #c057fe

%24
%66
%0
%0

Triadic Colors of #c057fe

#c057fe #fec057 #57fec0

Analogous Colors of #c057fe

#c057fe #fe57e9 #6d57fe

Monochromatic Colors of #c057fe

#c057fe

Complementary Color

#c057fe #95fe57

#c057fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c057fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c057fe Color CSS Codes

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

#c057fe Text Font Color

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

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


#c057fe Background Color

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

This div background color is #c057fe


#c057fe Border Color

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

This div border color is #c057fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c057fe

Related Colors


Comments

No comments written yet.

Please login to write comment.