Color Hex Logo

#b942f7 Color Hex

#B942F7
(185,66,247)
0 Favorites   0 Comments

Color spaces of #b942f7

RGB 18566247
HSL0.780.920.61
HSV279°73°97°
CMYK 0.250.730.00   0.03
XYZ38.744320.926189.9928
Yxy20.92610.25890.1398
Hunter Lab45.745171.1288-84.6178
CIE-Lab52.868573.8847-68.9532

#b942f7 color RGB value is (185,66,247).

#b942f7 hex color red value is 185, green value is 66 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #b942f7 hue: 0.78 , saturation: 0.92 and the lightness value of b942f7 is 0.61.

The process color (four color CMYK) of #b942f7 color hex is 0.25, 0.73, 0.00, 0.03. Web safe color of #b942f7 is #cc33ff. Color #b942f7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000010 11110111
Octal 271 102 367
Decimal 185 66 247
Hex B9 42 F7

RGB Percentages of Color #b942f7

%37.15
%13.25
%49.60

CMYK Percentages of Color #b942f7

%25
%73
%0
%3

Triadic Colors of #b942f7

#b942f7 #f7b942 #42f7b9

Analogous Colors of #b942f7

#b942f7 #f742db #5e42f7

Monochromatic Colors of #b942f7

#b942f7

Complementary Color

#b942f7 #80f742

#b942f7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b942f7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b942f7 Color CSS Codes

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

#b942f7 Text Font Color

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

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


#b942f7 Background Color

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

This div background color is #b942f7


#b942f7 Border Color

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

This div border color is #b942f7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,66,247, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b942f7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b942f7;
  -webkit-box-shadow: 1px 1px 3px 2px #b942f7;
  box-shadow:         1px 1px 3px 2px #b942f7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,66,247, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b942f7


Comments

No comments written yet.

Please login to write comment.