Color Hex Logo

#b42ecf Color Hex

#B42ECF
(180,46,207)
0 Favorites   0 Comments

Color spaces of #b42ecf

RGB 18046207
HSL0.810.640.50
HSV290°78°81°
CMYK 0.130.780.00   0.19
XYZ31.061916.162360.5140
Yxy16.16230.28830.1500
Hunter Lab40.202467.5619-61.1037
CIE-Lab47.186772.0462-55.4928

#b42ecf color RGB value is (180,46,207).

#b42ecf hex color red value is 180, green value is 46 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b42ecf hue: 0.81 , saturation: 0.64 and the lightness value of b42ecf is 0.50.

The process color (four color CMYK) of #b42ecf color hex is 0.13, 0.78, 0.00, 0.19. Web safe color of #b42ecf is #cc33cc. Color #b42ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101110 11001111
Octal 264 56 317
Decimal 180 46 207
Hex B4 2E CF

RGB Percentages of Color #b42ecf

%41.57
%10.62
%47.81

CMYK Percentages of Color #b42ecf

%13
%78
%0
%19

Triadic Colors of #b42ecf

#b42ecf #cfb42e #2ecfb4

Analogous Colors of #b42ecf

#b42ecf #cf2e9a #642ecf

Monochromatic Colors of #b42ecf

#b42ecf

Complementary Color

#b42ecf #49cf2e

#b42ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42ecf Color CSS Codes

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

#b42ecf Text Font Color

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

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


#b42ecf Background Color

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

This div background color is #b42ecf


#b42ecf Border Color

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

This div border color is #b42ecf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,46,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b42ecf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b42ecf;
  -webkit-box-shadow: 1px 1px 3px 2px #b42ecf;
  box-shadow:         1px 1px 3px 2px #b42ecf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,46,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42ecf


Comments

No comments written yet.

Please login to write comment.