Color Hex Logo

#b72dfd Color Hex

#B72DFD
(183,45,253)
0 Favorites   0 Comments

Color spaces of #b72dfd

RGB 18345253
HSL0.780.980.58
HSV280°82°99°
CMYK 0.280.820.00   0.01
XYZ38.196419.035994.5896
Yxy19.03590.25160.1254
Hunter Lab43.630279.9166-97.9988
CIE-Lab50.729281.3501-75.7846

#b72dfd color RGB value is (183,45,253).

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

The process color (four color CMYK) of #b72dfd color hex is 0.28, 0.82, 0.00, 0.01. Web safe color of #b72dfd is #cc33ff. Color #b72dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00101101 11111101
Octal 267 55 375
Decimal 183 45 253
Hex B7 2D FD

RGB Percentages of Color #b72dfd

%38.05
%9.36
%52.60

CMYK Percentages of Color #b72dfd

%28
%82
%0
%1

Triadic Colors of #b72dfd

#b72dfd #fdb72d #2dfdb7

Analogous Colors of #b72dfd

#b72dfd #fd2ddb #4f2dfd

Monochromatic Colors of #b72dfd

#b72dfd

Complementary Color

#b72dfd #73fd2d

#b72dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72dfd Color CSS Codes

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

#b72dfd Text Font Color

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

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


#b72dfd Background Color

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

This div background color is #b72dfd


#b72dfd Border Color

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

This div border color is #b72dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.