Color Hex Logo

#b743d0 Color Hex

#B743D0
(183,67,208)
0 Favorites   0 Comments

Color spaces of #b743d0

RGB 18367208
HSL0.800.600.54
HSV289°68°82°
CMYK 0.120.680.00   0.18
XYZ32.920818.635761.5364
Yxy18.63570.29110.1648
Hunter Lab43.169160.5784-54.2980
CIE-Lab50.258265.5444-51.1179

#b743d0 color RGB value is (183,67,208).

#b743d0 hex color red value is 183, green value is 67 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #b743d0 hue: 0.80 , saturation: 0.60 and the lightness value of b743d0 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000011 11010000
Octal 267 103 320
Decimal 183 67 208
Hex B7 43 D0

RGB Percentages of Color #b743d0

%39.96
%14.63
%45.41

CMYK Percentages of Color #b743d0

%12
%68
%0
%18

Triadic Colors of #b743d0

#b743d0 #d0b743 #43d0b7

Analogous Colors of #b743d0

#b743d0 #d043a3 #7143d0

Monochromatic Colors of #b743d0

#b743d0

Complementary Color

#b743d0 #5cd043

#b743d0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b743d0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b743d0 Color CSS Codes

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

#b743d0 Text Font Color

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

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


#b743d0 Background Color

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

This div background color is #b743d0


#b743d0 Border Color

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

This div border color is #b743d0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b743d0


Comments

No comments written yet.

Please login to write comment.