Color Hex Logo

#c11ffd Color Hex

#C11FFD
(193,31,253)
0 Favorites   0 Comments

Color spaces of #c11ffd

RGB 19331253
HSL0.790.980.56
HSV284°88°99°
CMYK 0.240.880.00   0.01
XYZ40.211919.409394.5555
Yxy19.40930.26080.1259
Hunter Lab44.056085.8271-96.4124
CIE-Lab51.162785.8606-75.0142

#c11ffd color RGB value is (193,31,253).

#c11ffd hex color red value is 193, green value is 31 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c11ffd hue: 0.79 , saturation: 0.98 and the lightness value of c11ffd is 0.56.

The process color (four color CMYK) of #c11ffd color hex is 0.24, 0.88, 0.00, 0.01. Web safe color of #c11ffd is #cc33ff. Color #c11ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011111 11111101
Octal 301 37 375
Decimal 193 31 253
Hex C1 1F FD

RGB Percentages of Color #c11ffd

%40.46
%6.50
%53.04

CMYK Percentages of Color #c11ffd

%24
%88
%0
%1

Triadic Colors of #c11ffd

#c11ffd #fdc11f #1ffdc1

Analogous Colors of #c11ffd

#c11ffd #fd1fca #521ffd

Monochromatic Colors of #c11ffd

#c11ffd

Complementary Color

#c11ffd #5bfd1f

#c11ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11ffd Color CSS Codes

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

#c11ffd Text Font Color

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

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


#c11ffd Background Color

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

This div background color is #c11ffd


#c11ffd Border Color

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

This div border color is #c11ffd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,31,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c11ffd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c11ffd;
  -webkit-box-shadow: 1px 1px 3px 2px #c11ffd;
  box-shadow:         1px 1px 3px 2px #c11ffd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,31,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.