Color Hex Logo

#b25afd Color Hex

#B25AFD
(178,90,253)
0 Favorites   0 Comments

Color spaces of #b25afd

RGB 17890253
HSL0.760.980.67
HSV272°64°99°
CMYK 0.300.640.00   0.01
XYZ39.745923.869295.4409
Yxy23.86920.24990.1501
Hunter Lab48.856159.7168-81.6243
CIE-Lab55.956663.7416-67.3426

#b25afd color RGB value is (178,90,253).

#b25afd hex color red value is 178, green value is 90 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b25afd hue: 0.76 , saturation: 0.98 and the lightness value of b25afd is 0.67.

The process color (four color CMYK) of #b25afd color hex is 0.30, 0.64, 0.00, 0.01. Web safe color of #b25afd is #9966ff. Color #b25afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011010 11111101
Octal 262 132 375
Decimal 178 90 253
Hex B2 5A FD

RGB Percentages of Color #b25afd

%34.17
%17.27
%48.56

CMYK Percentages of Color #b25afd

%30
%64
%0
%1

Triadic Colors of #b25afd

#b25afd #fdb25a #5afdb2

Analogous Colors of #b25afd

#b25afd #fd5af7 #615afd

Monochromatic Colors of #b25afd

#b25afd

Complementary Color

#b25afd #a5fd5a

#b25afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25afd Color CSS Codes

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

#b25afd Text Font Color

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

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


#b25afd Background Color

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

This div background color is #b25afd


#b25afd Border Color

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

This div border color is #b25afd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,90,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25afd

#b25afd Color Palettes


Comments

No comments written yet.

Please login to write comment.