Color Hex Logo

#b72ce0 Color Hex

#B72CE0
(183,44,224)
0 Favorites   0 Comments

Color spaces of #b72ce0

RGB 18344224
HSL0.800.740.53
HSV286°80°88°
CMYK 0.180.800.00   0.12
XYZ33.883717.250572.0648
Yxy17.25050.27500.1400
Hunter Lab41.533772.9384-73.8000
CIE-Lab48.574176.1942-62.9601

#b72ce0 color RGB value is (183,44,224).

#b72ce0 hex color red value is 183, green value is 44 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #b72ce0 hue: 0.80 , saturation: 0.74 and the lightness value of b72ce0 is 0.53.

The process color (four color CMYK) of #b72ce0 color hex is 0.18, 0.80, 0.00, 0.12. Web safe color of #b72ce0 is #cc33cc. Color #b72ce0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00101100 11100000
Octal 267 54 340
Decimal 183 44 224
Hex B7 2C E0

RGB Percentages of Color #b72ce0

%40.58
%9.76
%49.67

CMYK Percentages of Color #b72ce0

%18
%80
%0
%12

Triadic Colors of #b72ce0

#b72ce0 #e0b72c #2ce0b7

Analogous Colors of #b72ce0

#b72ce0 #e02caf #5d2ce0

Monochromatic Colors of #b72ce0

#b72ce0

Complementary Color

#b72ce0 #55e02c

#b72ce0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72ce0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72ce0 Color CSS Codes

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

#b72ce0 Text Font Color

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

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


#b72ce0 Background Color

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

This div background color is #b72ce0


#b72ce0 Border Color

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

This div border color is #b72ce0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72ce0


Comments

No comments written yet.

Please login to write comment.