Color Hex Logo

#b742fb Color Hex

#B742FB
(183,66,251)
0 Favorites   0 Comments

Color spaces of #b742fb

RGB 18366251
HSL0.770.960.62
HSV278°74°98°
CMYK 0.270.740.00   0.02
XYZ38.889220.928793.2567
Yxy20.92870.25410.1367
Hunter Lab45.747971.6798-88.8386
CIE-Lab52.871474.3340-71.1905

#b742fb color RGB value is (183,66,251).

#b742fb hex color red value is 183, green value is 66 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b742fb hue: 0.77 , saturation: 0.96 and the lightness value of b742fb is 0.62.

The process color (four color CMYK) of #b742fb color hex is 0.27, 0.74, 0.00, 0.02. Web safe color of #b742fb is #cc33ff. Color #b742fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000010 11111011
Octal 267 102 373
Decimal 183 66 251
Hex B7 42 FB

RGB Percentages of Color #b742fb

%36.60
%13.20
%50.20

CMYK Percentages of Color #b742fb

%27
%74
%0
%2

Triadic Colors of #b742fb

#b742fb #fbb742 #42fbb7

Analogous Colors of #b742fb

#b742fb #fb42e3 #5a42fb

Monochromatic Colors of #b742fb

#b742fb

Complementary Color

#b742fb #86fb42

#b742fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b742fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b742fb Color CSS Codes

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

#b742fb Text Font Color

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

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


#b742fb Background Color

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

This div background color is #b742fb


#b742fb Border Color

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

This div border color is #b742fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b742fb


Comments

No comments written yet.

Please login to write comment.