Color Hex Logo

#b01dfd Color Hex

#B01DFD
(176,29,253)
0 Favorites   0 Comments

Color spaces of #b01dfd

RGB 17629253
HSL0.780.980.55
HSV279°89°99°
CMYK 0.300.890.00   0.01
XYZ36.073517.200794.3473
Yxy17.20070.24440.1165
Hunter Lab41.473782.6788-105.8454
CIE-Lab48.511983.9408-79.4443

#b01dfd color RGB value is (176,29,253).

#b01dfd hex color red value is 176, green value is 29 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b01dfd hue: 0.78 , saturation: 0.98 and the lightness value of b01dfd is 0.55.

The process color (four color CMYK) of #b01dfd color hex is 0.30, 0.89, 0.00, 0.01. Web safe color of #b01dfd is #9933ff. Color #b01dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00011101 11111101
Octal 260 35 375
Decimal 176 29 253
Hex B0 1D FD

RGB Percentages of Color #b01dfd

%38.43
%6.33
%55.24

CMYK Percentages of Color #b01dfd

%30
%89
%0
%1

Triadic Colors of #b01dfd

#b01dfd #fdb01d #1dfdb0

Analogous Colors of #b01dfd

#b01dfd #fd1dda #401dfd

Monochromatic Colors of #b01dfd

#b01dfd

Complementary Color

#b01dfd #6afd1d

#b01dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01dfd Color CSS Codes

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

#b01dfd Text Font Color

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

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


#b01dfd Background Color

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

This div background color is #b01dfd


#b01dfd Border Color

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

This div border color is #b01dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01dfd


Comments

No comments written yet.

Please login to write comment.