Color Hex Logo

#b418ee Color Hex

#B418EE
(180,24,238)
0 Favorites   0 Comments

Color spaces of #b418ee

RGB 18024238
HSL0.790.860.51
HSV284°90°93°
CMYK 0.240.900.00   0.07
XYZ34.581616.529682.2568
Yxy16.52960.25930.1239
Hunter Lab40.656680.6790-91.4964
CIE-Lab47.661882.5443-72.3903

#b418ee color RGB value is (180,24,238).

#b418ee hex color red value is 180, green value is 24 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b418ee hue: 0.79 , saturation: 0.86 and the lightness value of b418ee is 0.51.

The process color (four color CMYK) of #b418ee color hex is 0.24, 0.90, 0.00, 0.07. Web safe color of #b418ee is #cc00ff. Color #b418ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011000 11101110
Octal 264 30 356
Decimal 180 24 238
Hex B4 18 EE

RGB Percentages of Color #b418ee

%40.72
%5.43
%53.85

CMYK Percentages of Color #b418ee

%24
%90
%0
%7

Triadic Colors of #b418ee

#b418ee #eeb418 #18eeb4

Analogous Colors of #b418ee

#b418ee #ee18bd #4918ee

Monochromatic Colors of #b418ee

#b418ee

Complementary Color

#b418ee #52ee18

#b418ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b418ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b418ee Color CSS Codes

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

#b418ee Text Font Color

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

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


#b418ee Background Color

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

This div background color is #b418ee


#b418ee Border Color

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

This div border color is #b418ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,24,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 #b418ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b418ee


Comments

No comments written yet.

Please login to write comment.