Color Hex Logo

#b72fdc Color Hex

#B72FDC
(183,47,220)
0 Favorites   0 Comments

Color spaces of #b72fdc

RGB 18347220
HSL0.800.710.52
HSV287°79°86°
CMYK 0.170.790.00   0.14
XYZ33.463217.267669.2794
Yxy17.26760.27880.1439
Hunter Lab41.554371.0240-69.7604
CIE-Lab48.595574.6295-60.6482

#b72fdc color RGB value is (183,47,220).

#b72fdc hex color red value is 183, green value is 47 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b72fdc hue: 0.80 , saturation: 0.71 and the lightness value of b72fdc is 0.52.

The process color (four color CMYK) of #b72fdc color hex is 0.17, 0.79, 0.00, 0.14. Web safe color of #b72fdc is #cc33cc. Color #b72fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00101111 11011100
Octal 267 57 334
Decimal 183 47 220
Hex B7 2F DC

RGB Percentages of Color #b72fdc

%40.67
%10.44
%48.89

CMYK Percentages of Color #b72fdc

%17
%79
%0
%14

Triadic Colors of #b72fdc

#b72fdc #dcb72f #2fdcb7

Analogous Colors of #b72fdc

#b72fdc #dc2fab #602fdc

Monochromatic Colors of #b72fdc

#b72fdc

Complementary Color

#b72fdc #54dc2f

#b72fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72fdc Color CSS Codes

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

#b72fdc Text Font Color

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

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


#b72fdc Background Color

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

This div background color is #b72fdc


#b72fdc Border Color

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

This div border color is #b72fdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,47,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72fdc


Comments

No comments written yet.

Please login to write comment.