Color Hex Logo

#b017ec Color Hex

#B017EC
(176,23,236)
0 Favorites   0 Comments

Color spaces of #b017ec

RGB 17623236
HSL0.790.850.51
HSV283°90°93°
CMYK 0.250.900.00   0.07
XYZ33.351215.899080.6679
Yxy15.89900.25670.1224
Hunter Lab39.873679.5230-92.0377
CIE-Lab46.841781.7945-72.6238

#b017ec color RGB value is (176,23,236).

#b017ec hex color red value is 176, green value is 23 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b017ec hue: 0.79 , saturation: 0.85 and the lightness value of b017ec is 0.51.

The process color (four color CMYK) of #b017ec color hex is 0.25, 0.90, 0.00, 0.07. Web safe color of #b017ec is #9900ff. Color #b017ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010111 11101100
Octal 260 27 354
Decimal 176 23 236
Hex B0 17 EC

RGB Percentages of Color #b017ec

%40.46
%5.29
%54.25

CMYK Percentages of Color #b017ec

%25
%90
%0
%7

Triadic Colors of #b017ec

#b017ec #ecb017 #17ecb0

Analogous Colors of #b017ec

#b017ec #ec17be #4517ec

Monochromatic Colors of #b017ec

#b017ec

Complementary Color

#b017ec #53ec17

#b017ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b017ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b017ec Color CSS Codes

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

#b017ec Text Font Color

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

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


#b017ec Background Color

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

This div background color is #b017ec


#b017ec Border Color

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

This div border color is #b017ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,23,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b017ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b017ec;
  -webkit-box-shadow: 1px 1px 3px 2px #b017ec;
  box-shadow:         1px 1px 3px 2px #b017ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,23,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b017ec


Comments

No comments written yet.

Please login to write comment.