Color Hex Logo

#c50fef Color Hex

#C50FEF
(197,15,239)
0 Favorites   0 Comments

Color spaces of #c50fef

RGB 19715239
HSL0.800.880.50
HSV289°94°94°
CMYK 0.180.940.00   0.06
XYZ38.776818.444083.1776
Yxy18.44400.27620.1314
Hunter Lab42.946586.0131-84.7688
CIE-Lab50.030386.2222-68.9839

#c50fef color RGB value is (197,15,239).

#c50fef hex color red value is 197, green value is 15 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c50fef hue: 0.80 , saturation: 0.88 and the lightness value of c50fef is 0.50.

The process color (four color CMYK) of #c50fef color hex is 0.18, 0.94, 0.00, 0.06. Web safe color of #c50fef is #cc00ff. Color #c50fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00001111 11101111
Octal 305 17 357
Decimal 197 15 239
Hex C5 F EF

RGB Percentages of Color #c50fef

%43.68
%3.33
%52.99

CMYK Percentages of Color #c50fef

%18
%94
%0
%6

Triadic Colors of #c50fef

#c50fef #efc50f #0fefc5

Analogous Colors of #c50fef

#c50fef #ef0fa9 #550fef

Monochromatic Colors of #c50fef

#c50fef

Complementary Color

#c50fef #39ef0f

#c50fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c50fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c50fef Color CSS Codes

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

#c50fef Text Font Color

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

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


#c50fef Background Color

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

This div background color is #c50fef


#c50fef Border Color

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

This div border color is #c50fef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,15,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c50fef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c50fef;
  -webkit-box-shadow: 1px 1px 3px 2px #c50fef;
  box-shadow:         1px 1px 3px 2px #c50fef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,15,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c50fef


Comments

No comments written yet.

Please login to write comment.