Color Hex Logo

#c11cfd Color Hex

#C11CFD
(193,28,253)
0 Favorites   0 Comments

Color spaces of #c11cfd

RGB 19328253
HSL0.790.980.55
HSV284°89°99°
CMYK 0.240.890.00   0.01
XYZ40.137219.259894.5306
Yxy19.25980.26080.1251
Hunter Lab43.886086.4519-96.9907
CIE-Lab50.989886.3732-75.2956

#c11cfd color RGB value is (193,28,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011100 11111101
Octal 301 34 375
Decimal 193 28 253
Hex C1 1C FD

RGB Percentages of Color #c11cfd

%40.72
%5.91
%53.38

CMYK Percentages of Color #c11cfd

%24
%89
%0
%1

Triadic Colors of #c11cfd

#c11cfd #fdc11c #1cfdc1

Analogous Colors of #c11cfd

#c11cfd #fd1cc9 #511cfd

Monochromatic Colors of #c11cfd

#c11cfd

Complementary Color

#c11cfd #58fd1c

#c11cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11cfd Color CSS Codes

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

#c11cfd Text Font Color

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

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


#c11cfd Background Color

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

This div background color is #c11cfd


#c11cfd Border Color

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

This div border color is #c11cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11cfd


Comments

No comments written yet.

Please login to write comment.