Color Hex Logo

#b232ee Color Hex

#B232EE
(178,50,238)
0 Favorites   0 Comments

Color spaces of #b232ee

RGB 17850238
HSL0.780.850.56
HSV281°79°93°
CMYK 0.250.790.00   0.07
XYZ34.933317.919282.5065
Yxy17.91920.25810.1324
Hunter Lab42.331173.2260-85.9290
CIE-Lab49.398076.2667-69.5810

#b232ee color RGB value is (178,50,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00110010 11101110
Octal 262 62 356
Decimal 178 50 238
Hex B2 32 EE

RGB Percentages of Color #b232ee

%38.20
%10.73
%51.07

CMYK Percentages of Color #b232ee

%25
%79
%0
%7

Triadic Colors of #b232ee

#b232ee #eeb232 #32eeb2

Analogous Colors of #b232ee

#b232ee #ee32cc #5432ee

Monochromatic Colors of #b232ee

#b232ee

Complementary Color

#b232ee #6eee32

#b232ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b232ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b232ee Color CSS Codes

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

#b232ee Text Font Color

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

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


#b232ee Background Color

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

This div background color is #b232ee


#b232ee Border Color

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

This div border color is #b232ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b232ee


Comments

No comments written yet.

Please login to write comment.