Color Hex Logo

#c11bde Color Hex

#C11BDE
(193,27,222)
0 Favorites   0 Comments

Color spaces of #c11bde

RGB 19327222
HSL0.810.780.49
HSV291°88°87°
CMYK 0.130.880.00   0.13
XYZ35.569117.395270.5902
Yxy17.39520.28790.1408
Hunter Lab41.707679.2404-71.1533
CIE-Lab48.754281.2015-61.4526

#c11bde color RGB value is (193,27,222).

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

The process color (four color CMYK) of #c11bde color hex is 0.13, 0.88, 0.00, 0.13. Web safe color of #c11bde is #cc33cc. Color #c11bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011011 11011110
Octal 301 33 336
Decimal 193 27 222
Hex C1 1B DE

RGB Percentages of Color #c11bde

%43.67
%6.11
%50.23

CMYK Percentages of Color #c11bde

%13
%88
%0
%13

Triadic Colors of #c11bde

#c11bde #dec11b #1bdec1

Analogous Colors of #c11bde

#c11bde #de1b9a #601bde

Monochromatic Colors of #c11bde

#c11bde

Complementary Color

#c11bde #38de1b

#c11bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11bde Color CSS Codes

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

#c11bde Text Font Color

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

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


#c11bde Background Color

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

This div background color is #c11bde


#c11bde Border Color

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

This div border color is #c11bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11bde


Comments

No comments written yet.

Please login to write comment.