Color Hex Logo

#b425df Color Hex

#B425DF
(180,37,223)
0 Favorites   0 Comments

Color spaces of #b425df

RGB 18037223
HSL0.790.740.51
HSV286°83°87°
CMYK 0.190.830.00   0.13
XYZ32.803216.354171.2398
Yxy16.35410.27250.1358
Hunter Lab40.440274.0205-76.1376
CIE-Lab47.435777.2921-64.2553

#b425df color RGB value is (180,37,223).

#b425df hex color red value is 180, green value is 37 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b425df hue: 0.79 , saturation: 0.74 and the lightness value of b425df is 0.51.

The process color (four color CMYK) of #b425df color hex is 0.19, 0.83, 0.00, 0.13. Web safe color of #b425df is #cc33cc. Color #b425df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100101 11011111
Octal 264 45 337
Decimal 180 37 223
Hex B4 25 DF

RGB Percentages of Color #b425df

%40.91
%8.41
%50.68

CMYK Percentages of Color #b425df

%19
%83
%0
%13

Triadic Colors of #b425df

#b425df #dfb425 #25dfb4

Analogous Colors of #b425df

#b425df #df25ad #5725df

Monochromatic Colors of #b425df

#b425df

Complementary Color

#b425df #50df25

#b425df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b425df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b425df Color CSS Codes

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

#b425df Text Font Color

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

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


#b425df Background Color

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

This div background color is #b425df


#b425df Border Color

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

This div border color is #b425df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b425df


Comments

No comments written yet.

Please login to write comment.