Color Hex Logo

#b10cef Color Hex

#B10CEF
(177,12,239)
0 Favorites   0 Comments

Color spaces of #b10cef

RGB 17712239
HSL0.790.900.49
HSV284°95°94°
CMYK 0.260.950.00   0.06
XYZ33.842915.842182.9355
Yxy15.84210.25520.1195
Hunter Lab39.802182.1210-95.6808
CIE-Lab46.766683.8427-74.4332

#b10cef color RGB value is (177,12,239).

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

The process color (four color CMYK) of #b10cef color hex is 0.26, 0.95, 0.00, 0.06. Web safe color of #b10cef is #9900ff. Color #b10cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00001100 11101111
Octal 261 14 357
Decimal 177 12 239
Hex B1 C EF

RGB Percentages of Color #b10cef

%41.36
%2.80
%55.84

CMYK Percentages of Color #b10cef

%26
%95
%0
%6

Triadic Colors of #b10cef

#b10cef #efb10c #0cefb1

Analogous Colors of #b10cef

#b10cef #ef0cbc #400cef

Monochromatic Colors of #b10cef

#b10cef

Complementary Color

#b10cef #4aef0c

#b10cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b10cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b10cef Color CSS Codes

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

#b10cef Text Font Color

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

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


#b10cef Background Color

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

This div background color is #b10cef


#b10cef Border Color

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

This div border color is #b10cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b10cef


Comments

No comments written yet.

Please login to write comment.