Color Hex Logo

#b801ee Color Hex

#B801EE
(184,1,238)
0 Favorites   0 Comments

Color spaces of #b801ee

RGB 1841238
HSL0.800.990.47
HSV286°100°93°
CMYK 0.231.000.00   0.07
XYZ35.210616.385182.1958
Yxy16.38510.26320.1225
Hunter Lab40.478584.4324-92.0595
CIE-Lab47.475785.4974-72.6660

#b801ee color RGB value is (184,1,238).

#b801ee hex color red value is 184, green value is 1 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b801ee hue: 0.80 , saturation: 0.99 and the lightness value of b801ee is 0.47.

The process color (four color CMYK) of #b801ee color hex is 0.23, 1.00, 0.00, 0.07. Web safe color of #b801ee is #cc00ff. Color #b801ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000001 11101110
Octal 270 1 356
Decimal 184 1 238
Hex B8 1 EE

RGB Percentages of Color #b801ee

%43.50
%0.24
%56.26

CMYK Percentages of Color #b801ee

%23
%100
%0
%7

Triadic Colors of #b801ee

#b801ee #eeb801 #01eeb8

Analogous Colors of #b801ee

#b801ee #ee01ae #4101ee

Monochromatic Colors of #b801ee

#b801ee

Complementary Color

#b801ee #37ee01

#b801ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b801ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b801ee Color CSS Codes

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

#b801ee Text Font Color

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

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


#b801ee Background Color

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

This div background color is #b801ee


#b801ee Border Color

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

This div border color is #b801ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,1,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b801ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b801ee;
  -webkit-box-shadow: 1px 1px 3px 2px #b801ee;
  box-shadow:         1px 1px 3px 2px #b801ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,1,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b801ee


Comments

No comments written yet.

Please login to write comment.