Color Hex Logo

#b90afd Color Hex

#B90AFD
(185,10,253)
0 Favorites   0 Comments

Color spaces of #b90afd

RGB 18510253
HSL0.790.980.52
HSV283°96°99°
CMYK 0.270.960.00   0.01
XYZ37.845717.623294.3354
Yxy17.62320.25260.1176
Hunter Lab41.980087.4559-103.8476
CIE-Lab49.035987.5162-78.5330

#b90afd color RGB value is (185,10,253).

#b90afd hex color red value is 185, green value is 10 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b90afd hue: 0.79 , saturation: 0.98 and the lightness value of b90afd is 0.52.

The process color (four color CMYK) of #b90afd color hex is 0.27, 0.96, 0.00, 0.01. Web safe color of #b90afd is #cc00ff. Color #b90afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00001010 11111101
Octal 271 12 375
Decimal 185 10 253
Hex B9 A FD

RGB Percentages of Color #b90afd

%41.29
%2.23
%56.47

CMYK Percentages of Color #b90afd

%27
%96
%0
%1

Triadic Colors of #b90afd

#b90afd #fdb90a #0afdb9

Analogous Colors of #b90afd

#b90afd #fd0ac8 #400afd

Monochromatic Colors of #b90afd

#b90afd

Complementary Color

#b90afd #4efd0a

#b90afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b90afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b90afd Color CSS Codes

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

#b90afd Text Font Color

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

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


#b90afd Background Color

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

This div background color is #b90afd


#b90afd Border Color

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

This div border color is #b90afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b90afd


Comments

No comments written yet.

Please login to write comment.