Color Hex Logo

#b25adf Color Hex

#B25ADF
(178,90,223)
0 Favorites   0 Comments

Color spaces of #b25adf

RGB 17890223
HSL0.780.680.61
HSV280°60°87°
CMYK 0.200.600.00   0.13
XYZ35.335522.105072.2163
Yxy22.10500.27250.1705
Hunter Lab47.016051.8763-58.1580
CIE-Lab54.138257.2038-53.4888

#b25adf color RGB value is (178,90,223).

#b25adf hex color red value is 178, green value is 90 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b25adf hue: 0.78 , saturation: 0.68 and the lightness value of b25adf is 0.61.

The process color (four color CMYK) of #b25adf color hex is 0.20, 0.60, 0.00, 0.13. Web safe color of #b25adf is #9966cc. Color #b25adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011010 11011111
Octal 262 132 337
Decimal 178 90 223
Hex B2 5A DF

RGB Percentages of Color #b25adf

%36.25
%18.33
%45.42

CMYK Percentages of Color #b25adf

%20
%60
%0
%13

Triadic Colors of #b25adf

#b25adf #dfb25a #5adfb2

Analogous Colors of #b25adf

#b25adf #df5aca #705adf

Monochromatic Colors of #b25adf

#b25adf

Complementary Color

#b25adf #87df5a

#b25adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25adf Color CSS Codes

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

#b25adf Text Font Color

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

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


#b25adf Background Color

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

This div background color is #b25adf


#b25adf Border Color

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

This div border color is #b25adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25adf


Comments

No comments written yet.

Please login to write comment.