Color Hex Logo

#b423ee Color Hex

#B423EE
(180,35,238)
0 Favorites   0 Comments

Color spaces of #b423ee

RGB 18035238
HSL0.790.860.54
HSV283°85°93°
CMYK 0.240.850.00   0.07
XYZ34.856017.078482.3483
Yxy17.07840.25960.1272
Hunter Lab41.326078.2334-89.2160
CIE-Lab48.358780.4821-71.2563

#b423ee color RGB value is (180,35,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100011 11101110
Octal 264 43 356
Decimal 180 35 238
Hex B4 23 EE

RGB Percentages of Color #b423ee

%39.74
%7.73
%52.54

CMYK Percentages of Color #b423ee

%24
%85
%0
%7

Triadic Colors of #b423ee

#b423ee #eeb423 #23eeb4

Analogous Colors of #b423ee

#b423ee #ee23c3 #4e23ee

Monochromatic Colors of #b423ee

#b423ee

Complementary Color

#b423ee #5dee23

#b423ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b423ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b423ee Color CSS Codes

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

#b423ee Text Font Color

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

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


#b423ee Background Color

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

This div background color is #b423ee


#b423ee Border Color

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

This div border color is #b423ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b423ee


Comments

No comments written yet.

Please login to write comment.