Color Hex Logo

#b742f5 Color Hex

#B742F5
(183,66,245)
0 Favorites   0 Comments

Color spaces of #b742f5

RGB 18366245
HSL0.780.900.61
HSV279°73°96°
CMYK 0.250.730.00   0.04
XYZ37.958120.556388.3533
Yxy20.55630.25850.1400
Hunter Lab45.339170.0978-83.8025
CIE-Lab52.460473.1189-68.5100

#b742f5 color RGB value is (183,66,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000010 11110101
Octal 267 102 365
Decimal 183 66 245
Hex B7 42 F5

RGB Percentages of Color #b742f5

%37.04
%13.36
%49.60

CMYK Percentages of Color #b742f5

%25
%73
%0
%4

Triadic Colors of #b742f5

#b742f5 #f5b742 #42f5b7

Analogous Colors of #b742f5

#b742f5 #f542da #5d42f5

Monochromatic Colors of #b742f5

#b742f5

Complementary Color

#b742f5 #80f542

#b742f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b742f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b742f5 Color CSS Codes

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

#b742f5 Text Font Color

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

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


#b742f5 Background Color

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

This div background color is #b742f5


#b742f5 Border Color

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

This div border color is #b742f5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b742f5


Comments

No comments written yet.

Please login to write comment.