Color Hex Logo

#b423ef Color Hex

#B423EF
(180,35,239)
0 Favorites   0 Comments

Color spaces of #b423ef

RGB 18035239
HSL0.790.860.54
HSV283°85°94°
CMYK 0.250.850.00   0.06
XYZ35.003417.137483.1243
Yxy17.13740.25880.1267
Hunter Lab41.397378.4848-90.0739
CIE-Lab48.432780.6668-71.6992

#b423ef color RGB value is (180,35,239).

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

The process color (four color CMYK) of #b423ef color hex is 0.25, 0.85, 0.00, 0.06. Web safe color of #b423ef is #cc33ff. Color #b423ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100011 11101111
Octal 264 43 357
Decimal 180 35 239
Hex B4 23 EF

RGB Percentages of Color #b423ef

%39.65
%7.71
%52.64

CMYK Percentages of Color #b423ef

%25
%85
%0
%6

Triadic Colors of #b423ef

#b423ef #efb423 #23efb4

Analogous Colors of #b423ef

#b423ef #ef23c4 #4e23ef

Monochromatic Colors of #b423ef

#b423ef

Complementary Color

#b423ef #5eef23

#b423ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b423ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b423ef Color CSS Codes

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

#b423ef Text Font Color

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

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


#b423ef Background Color

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

This div background color is #b423ef


#b423ef Border Color

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

This div border color is #b423ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,35,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b423ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b423ef


Comments

No comments written yet.

Please login to write comment.