Color Hex Logo

#c10cbe Color Hex

#C10CBE
(193,12,190)
0 Favorites   0 Comments

Color spaces of #c10cbe

RGB 19312190
HSL0.840.880.40
HSV301°94°76°
CMYK 0.000.940.02   0.24
XYZ31.418115.318150.0160
Yxy15.31810.32470.1583
Hunter Lab39.138374.7978-48.3715
CIE-Lab46.066878.1847-47.3049

#c10cbe color RGB value is (193,12,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00001100 10111110
Octal 301 14 276
Decimal 193 12 190
Hex C1 C BE

RGB Percentages of Color #c10cbe

%48.86
%3.04
%48.10

CMYK Percentages of Color #c10cbe

%0
%94
%2
%24

Triadic Colors of #c10cbe

#c10cbe #bec10c #0cbec1

Analogous Colors of #c10cbe

#c10cbe #c10c64 #6a0cc1

Monochromatic Colors of #c10cbe

#c10cbe

Complementary Color

#c10cbe #0cc10f

#c10cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10cbe Color CSS Codes

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

#c10cbe Text Font Color

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

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


#c10cbe Background Color

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

This div background color is #c10cbe


#c10cbe Border Color

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

This div border color is #c10cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10cbe


Comments

No comments written yet.

Please login to write comment.