Color Hex Logo

#c10ebe Color Hex

#C10EBE
(193,14,190)
0 Favorites   0 Comments

Color spaces of #c10ebe

RGB 19314190
HSL0.840.860.41
HSV301°93°76°
CMYK 0.000.930.02   0.24
XYZ31.443615.369250.0245
Yxy15.36920.32470.1587
Hunter Lab39.203674.5614-48.2127
CIE-Lab46.135877.9810-47.1948

#c10ebe color RGB value is (193,14,190).

#c10ebe hex color red value is 193, green value is 14 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c10ebe hue: 0.84 , saturation: 0.86 and the lightness value of c10ebe is 0.41.

The process color (four color CMYK) of #c10ebe color hex is 0.00, 0.93, 0.02, 0.24. Web safe color of #c10ebe is #cc00cc. Color #c10ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00001110 10111110
Octal 301 16 276
Decimal 193 14 190
Hex C1 E BE

RGB Percentages of Color #c10ebe

%48.61
%3.53
%47.86

CMYK Percentages of Color #c10ebe

%0
%93
%2
%24

Triadic Colors of #c10ebe

#c10ebe #bec10e #0ebec1

Analogous Colors of #c10ebe

#c10ebe #c10e65 #6b0ec1

Monochromatic Colors of #c10ebe

#c10ebe

Complementary Color

#c10ebe #0ec111

#c10ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10ebe Color CSS Codes

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

#c10ebe Text Font Color

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

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


#c10ebe Background Color

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

This div background color is #c10ebe


#c10ebe Border Color

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

This div border color is #c10ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10ebe


Comments

No comments written yet.

Please login to write comment.