Color Hex Logo

#b017ea Color Hex

#B017EA
(176,23,234)
0 Favorites   0 Comments

Color spaces of #b017ea

RGB 17623234
HSL0.790.830.50
HSV284°90°92°
CMYK 0.250.900.00   0.08
XYZ33.062215.783479.1458
Yxy15.78340.25830.1233
Hunter Lab39.728379.0244-90.3063
CIE-Lab46.689081.4310-71.7415

#b017ea color RGB value is (176,23,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010111 11101010
Octal 260 27 352
Decimal 176 23 234
Hex B0 17 EA

RGB Percentages of Color #b017ea

%40.65
%5.31
%54.04

CMYK Percentages of Color #b017ea

%25
%90
%0
%8

Triadic Colors of #b017ea

#b017ea #eab017 #17eab0

Analogous Colors of #b017ea

#b017ea #ea17bb #4617ea

Monochromatic Colors of #b017ea

#b017ea

Complementary Color

#b017ea #51ea17

#b017ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b017ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b017ea Color CSS Codes

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

#b017ea Text Font Color

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

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


#b017ea Background Color

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

This div background color is #b017ea


#b017ea Border Color

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

This div border color is #b017ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b017ea


Comments

No comments written yet.

Please login to write comment.