Color Hex Logo

#b10ce1 Color Hex

#B10CE1
(177,12,225)
0 Favorites   0 Comments

Color spaces of #b10ce1

RGB 17712225
HSL0.800.900.46
HSV286°95°88°
CMYK 0.210.950.00   0.12
XYZ31.853515.046372.4595
Yxy15.04630.26690.1261
Hunter Lab38.789678.7002-83.6019
CIE-Lab45.697581.3661-68.2373

#b10ce1 color RGB value is (177,12,225).

#b10ce1 hex color red value is 177, green value is 12 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #b10ce1 hue: 0.80 , saturation: 0.90 and the lightness value of b10ce1 is 0.46.

The process color (four color CMYK) of #b10ce1 color hex is 0.21, 0.95, 0.00, 0.12. Web safe color of #b10ce1 is #9900cc. Color #b10ce1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00001100 11100001
Octal 261 14 341
Decimal 177 12 225
Hex B1 C E1

RGB Percentages of Color #b10ce1

%42.75
%2.90
%54.35

CMYK Percentages of Color #b10ce1

%21
%95
%0
%12

Triadic Colors of #b10ce1

#b10ce1 #e1b10c #0ce1b1

Analogous Colors of #b10ce1

#b10ce1 #e10ca7 #470ce1

Monochromatic Colors of #b10ce1

#b10ce1

Complementary Color

#b10ce1 #3ce10c

#b10ce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b10ce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b10ce1 Color CSS Codes

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

#b10ce1 Text Font Color

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

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


#b10ce1 Background Color

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

This div background color is #b10ce1


#b10ce1 Border Color

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

This div border color is #b10ce1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,12,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b10ce1


Comments

No comments written yet.

Please login to write comment.