Color Hex Logo

#c50bff Color Hex

#C50BFF
(197,11,255)
0 Favorites   0 Comments

Color spaces of #c50bff

RGB 19711255
HSL0.791.000.52
HSV286°96°100°
CMYK 0.230.960.00   0.00
XYZ41.195619.329796.1675
Yxy19.32970.26290.1234
Hunter Lab43.965690.3143-98.9113
CIE-Lab51.070789.2930-76.2510

#c50bff color RGB value is (197,11,255).

#c50bff hex color red value is 197, green value is 11 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c50bff hue: 0.79 , saturation: 1.00 and the lightness value of c50bff is 0.52.

The process color (four color CMYK) of #c50bff color hex is 0.23, 0.96, 0.00, 0.00. Web safe color of #c50bff is #cc00ff. Color #c50bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00001011 11111111
Octal 305 13 377
Decimal 197 11 255
Hex C5 B FF

RGB Percentages of Color #c50bff

%42.55
%2.38
%55.08

CMYK Percentages of Color #c50bff

%23
%96
%0
%0

Triadic Colors of #c50bff

#c50bff #ffc50b #0bffc5

Analogous Colors of #c50bff

#c50bff #ff0bbf #4b0bff

Monochromatic Colors of #c50bff

#c50bff

Complementary Color

#c50bff #45ff0b

#c50bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c50bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c50bff Color CSS Codes

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

#c50bff Text Font Color

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

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


#c50bff Background Color

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

This div background color is #c50bff


#c50bff Border Color

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

This div border color is #c50bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c50bff


Comments

No comments written yet.

Please login to write comment.