Color Hex Logo

#b738fc Color Hex

#B738FC
(183,56,252)
0 Favorites   0 Comments

Color spaces of #b738fc

RGB 18356252
HSL0.770.970.60
HSV279°78°99°
CMYK 0.270.780.00   0.01
XYZ38.513319.923993.9113
Yxy19.92390.25280.1308
Hunter Lab44.636275.9012-93.4965
CIE-Lab51.751177.9631-73.5655

#b738fc color RGB value is (183,56,252).

#b738fc hex color red value is 183, green value is 56 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b738fc hue: 0.77 , saturation: 0.97 and the lightness value of b738fc is 0.60.

The process color (four color CMYK) of #b738fc color hex is 0.27, 0.78, 0.00, 0.01. Web safe color of #b738fc is #cc33ff. Color #b738fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00111000 11111100
Octal 267 70 374
Decimal 183 56 252
Hex B7 38 FC

RGB Percentages of Color #b738fc

%37.27
%11.41
%51.32

CMYK Percentages of Color #b738fc

%27
%78
%0
%1

Triadic Colors of #b738fc

#b738fc #fcb738 #38fcb7

Analogous Colors of #b738fc

#b738fc #fc38df #5538fc

Monochromatic Colors of #b738fc

#b738fc

Complementary Color

#b738fc #7dfc38

#b738fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b738fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b738fc Color CSS Codes

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

#b738fc Text Font Color

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

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


#b738fc Background Color

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

This div background color is #b738fc


#b738fc Border Color

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

This div border color is #b738fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b738fc


Comments

No comments written yet.

Please login to write comment.