Color Hex Logo

#b446ee Color Hex

#B446EE
(180,70,238)
0 Favorites   0 Comments

Color spaces of #b446ee

RGB 18070238
HSL0.780.830.60
HSV279°71°93°
CMYK 0.240.710.00   0.07
XYZ36.445220.256782.8780
Yxy20.25670.26110.1451
Hunter Lab45.007465.7790-77.6731
CIE-Lab52.126269.6012-65.1504

#b446ee color RGB value is (180,70,238).

#b446ee hex color red value is 180, green value is 70 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b446ee hue: 0.78 , saturation: 0.83 and the lightness value of b446ee is 0.60.

The process color (four color CMYK) of #b446ee color hex is 0.24, 0.71, 0.00, 0.07. Web safe color of #b446ee is #cc33ff. Color #b446ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000110 11101110
Octal 264 106 356
Decimal 180 70 238
Hex B4 46 EE

RGB Percentages of Color #b446ee

%36.89
%14.34
%48.77

CMYK Percentages of Color #b446ee

%24
%71
%0
%7

Triadic Colors of #b446ee

#b446ee #eeb446 #46eeb4

Analogous Colors of #b446ee

#b446ee #ee46d4 #6046ee

Monochromatic Colors of #b446ee

#b446ee

Complementary Color

#b446ee #80ee46

#b446ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b446ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b446ee Color CSS Codes

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

#b446ee Text Font Color

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

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


#b446ee Background Color

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

This div background color is #b446ee


#b446ee Border Color

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

This div border color is #b446ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b446ee


Comments

No comments written yet.

Please login to write comment.