Color Hex Logo

#c115de Color Hex

#C115DE
(193,21,222)
0 Favorites   0 Comments

Color spaces of #c115de

RGB 19321222
HSL0.810.830.48
HSV291°91°87°
CMYK 0.130.910.00   0.13
XYZ35.445317.147770.5489
Yxy17.14770.28780.1393
Hunter Lab41.409880.3225-72.0242
CIE-Lab48.445682.1130-61.9509

#c115de color RGB value is (193,21,222).

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

The process color (four color CMYK) of #c115de color hex is 0.13, 0.91, 0.00, 0.13. Web safe color of #c115de is #cc00cc. Color #c115de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010101 11011110
Octal 301 25 336
Decimal 193 21 222
Hex C1 15 DE

RGB Percentages of Color #c115de

%44.27
%4.82
%50.92

CMYK Percentages of Color #c115de

%13
%91
%0
%13

Triadic Colors of #c115de

#c115de #dec115 #15dec1

Analogous Colors of #c115de

#c115de #de1597 #5d15de

Monochromatic Colors of #c115de

#c115de

Complementary Color

#c115de #32de15

#c115de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c115de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c115de Color CSS Codes

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

#c115de Text Font Color

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

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


#c115de Background Color

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

This div background color is #c115de


#c115de Border Color

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

This div border color is #c115de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c115de


Comments

No comments written yet.

Please login to write comment.