Color Hex Logo

#b438fd Color Hex

#B438FD
(180,56,253)
0 Favorites   0 Comments

Color spaces of #b438fd

RGB 18056253
HSL0.770.980.61
HSV278°78°99°
CMYK 0.290.780.00   0.01
XYZ37.966219.623594.7152
Yxy19.62350.24930.1288
Hunter Lab44.298475.4622-95.7601
CIE-Lab51.408877.6779-74.6972

#b438fd color RGB value is (180,56,253).

#b438fd hex color red value is 180, green value is 56 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b438fd hue: 0.77 , saturation: 0.98 and the lightness value of b438fd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111000 11111101
Octal 264 70 375
Decimal 180 56 253
Hex B4 38 FD

RGB Percentages of Color #b438fd

%36.81
%11.45
%51.74

CMYK Percentages of Color #b438fd

%29
%78
%0
%1

Triadic Colors of #b438fd

#b438fd #fdb438 #38fdb4

Analogous Colors of #b438fd

#b438fd #fd38e4 #5238fd

Monochromatic Colors of #b438fd

#b438fd

Complementary Color

#b438fd #81fd38

#b438fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b438fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b438fd Color CSS Codes

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

#b438fd Text Font Color

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

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


#b438fd Background Color

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

This div background color is #b438fd


#b438fd Border Color

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

This div border color is #b438fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b438fd

Related Colors


Comments

No comments written yet.

Please login to write comment.