Color Hex Logo

#c10be5 Color Hex

#C10BE5
(193,11,229)
0 Favorites   0 Comments

Color spaces of #c10be5

RGB 19311229
HSL0.810.910.47
HSV290°95°90°
CMYK 0.160.950.00   0.10
XYZ36.254817.233975.5444
Yxy17.23390.28100.1336
Hunter Lab41.513783.2387-78.8331
CIE-Lab48.553484.3675-65.7571

#c10be5 color RGB value is (193,11,229).

#c10be5 hex color red value is 193, green value is 11 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #c10be5 hue: 0.81 , saturation: 0.91 and the lightness value of c10be5 is 0.47.

The process color (four color CMYK) of #c10be5 color hex is 0.16, 0.95, 0.00, 0.10. Web safe color of #c10be5 is #cc00cc. Color #c10be5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00001011 11100101
Octal 301 13 345
Decimal 193 11 229
Hex C1 B E5

RGB Percentages of Color #c10be5

%44.57
%2.54
%52.89

CMYK Percentages of Color #c10be5

%16
%95
%0
%10

Triadic Colors of #c10be5

#c10be5 #e5c10b #0be5c1

Analogous Colors of #c10be5

#c10be5 #e50b9c #540be5

Monochromatic Colors of #c10be5

#c10be5

Complementary Color

#c10be5 #2fe50b

#c10be5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10be5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10be5 Color CSS Codes

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

#c10be5 Text Font Color

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

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


#c10be5 Background Color

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

This div background color is #c10be5


#c10be5 Border Color

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

This div border color is #c10be5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10be5


Comments

No comments written yet.

Please login to write comment.