Color Hex Logo

#b239ee Color Hex

#B239EE
(178,57,238)
0 Favorites   0 Comments

Color spaces of #b239ee

RGB 17857238
HSL0.780.840.58
HSV280°76°93°
CMYK 0.250.760.00   0.07
XYZ35.255818.564382.6140
Yxy18.56430.25840.1361
Hunter Lab43.086370.6584-83.5227
CIE-Lab50.173574.0226-68.3230

#b239ee color RGB value is (178,57,238).

#b239ee hex color red value is 178, green value is 57 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b239ee hue: 0.78 , saturation: 0.84 and the lightness value of b239ee is 0.58.

The process color (four color CMYK) of #b239ee color hex is 0.25, 0.76, 0.00, 0.07. Web safe color of #b239ee is #9933ff. Color #b239ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00111001 11101110
Octal 262 71 356
Decimal 178 57 238
Hex B2 39 EE

RGB Percentages of Color #b239ee

%37.63
%12.05
%50.32

CMYK Percentages of Color #b239ee

%25
%76
%0
%7

Triadic Colors of #b239ee

#b239ee #eeb239 #39eeb2

Analogous Colors of #b239ee

#b239ee #ee39d0 #5839ee

Monochromatic Colors of #b239ee

#b239ee

Complementary Color

#b239ee #75ee39

#b239ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b239ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b239ee Color CSS Codes

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

#b239ee Text Font Color

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

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


#b239ee Background Color

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

This div background color is #b239ee


#b239ee Border Color

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

This div border color is #b239ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b239ee


Comments

No comments written yet.

Please login to write comment.