Color Hex Logo

#c11fdc Color Hex

#C11FDC
(193,31,220)
0 Favorites   0 Comments

Color spaces of #c11fdc

RGB 19331220
HSL0.810.750.49
HSV291°86°86°
CMYK 0.120.860.00   0.14
XYZ35.400617.484769.2192
Yxy17.48470.28990.1432
Hunter Lab41.814777.9435-68.8771
CIE-Lab48.865080.1537-60.1335

#c11fdc color RGB value is (193,31,220).

#c11fdc hex color red value is 193, green value is 31 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c11fdc hue: 0.81 , saturation: 0.75 and the lightness value of c11fdc is 0.49.

The process color (four color CMYK) of #c11fdc color hex is 0.12, 0.86, 0.00, 0.14. Web safe color of #c11fdc is #cc33cc. Color #c11fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011111 11011100
Octal 301 37 334
Decimal 193 31 220
Hex C1 1F DC

RGB Percentages of Color #c11fdc

%43.47
%6.98
%49.55

CMYK Percentages of Color #c11fdc

%12
%86
%0
%14

Triadic Colors of #c11fdc

#c11fdc #dcc11f #1fdcc1

Analogous Colors of #c11fdc

#c11fdc #dc1f99 #621fdc

Monochromatic Colors of #c11fdc

#c11fdc

Complementary Color

#c11fdc #3adc1f

#c11fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11fdc Color CSS Codes

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

#c11fdc Text Font Color

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

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


#c11fdc Background Color

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

This div background color is #c11fdc


#c11fdc Border Color

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

This div border color is #c11fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11fdc


Comments

No comments written yet.

Please login to write comment.