color codes Logo

#c511ff color codes

#C511FF
(197,17,255)
0 Favorites   0 Comments

Color spaces of #c511ff

RGB 19717255
HSL0.791.000.53
HSV285°93°100°
CMYK 0.230.930.00   0.00
XYZ41.276419.491296.1944
Yxy19.49120.26300.1242
Hunter Lab44.148889.6259-98.2808
CIE-Lab51.257088.7374-75.9477

#c511ff color RGB value is (197,17,255).

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

The process color (four color CMYK) of #c511ff color code is 0.23, 0.93, 0.00, 0.00. Web safe color of #c511ff is #cc00ff. Color #c511ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010001 11111111
Octal 305 21 377
Decimal 197 17 255
Hex C5 11 FF

RGB Percentages of Color #c511ff

%42.00
%3.62
%54.37

CMYK Percentages of Color #c511ff

%23
%93
%0
%0

Triadic Colors of #c511ff

#c511ff #ffc511 #11ffc5

Analogous Colors of #c511ff

#c511ff #ff11c2 #4e11ff

Monochromatic Colors of #c511ff

#c511ff

Complementary Color

#c511ff #4bff11

#c511ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c511ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c511ff Color CSS Codes

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

#c511ff Text Font Color

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

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


#c511ff Background Color

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

This div background color is #c511ff


#c511ff Border Color

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

This div border color is #c511ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c511ff


Comments

No comments written yet.

Please login to write comment.