Color Hex Logo

#b438ca Color Hex

#B438CA
(180,56,202)
0 Favorites   0 Comments

Color spaces of #b438ca

RGB 18056202
HSL0.810.580.51
HSV291°72°79°
CMYK 0.110.720.00   0.21
XYZ30.897216.795957.4906
Yxy16.79590.29370.1597
Hunter Lab40.982862.8524-54.4839
CIE-Lab48.001867.9229-51.3020

#b438ca color RGB value is (180,56,202).

#b438ca hex color red value is 180, green value is 56 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b438ca hue: 0.81 , saturation: 0.58 and the lightness value of b438ca is 0.51.

The process color (four color CMYK) of #b438ca color hex is 0.11, 0.72, 0.00, 0.21. Web safe color of #b438ca is #cc33cc. Color #b438ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111000 11001010
Octal 264 70 312
Decimal 180 56 202
Hex B4 38 CA

RGB Percentages of Color #b438ca

%41.10
%12.79
%46.12

CMYK Percentages of Color #b438ca

%11
%72
%0
%21

Triadic Colors of #b438ca

#b438ca #cab438 #38cab4

Analogous Colors of #b438ca

#b438ca #ca3897 #6b38ca

Monochromatic Colors of #b438ca

#b438ca

Complementary Color

#b438ca #4eca38

#b438ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b438ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b438ca Color CSS Codes

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

#b438ca Text Font Color

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

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


#b438ca Background Color

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

This div background color is #b438ca


#b438ca Border Color

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

This div border color is #b438ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b438ca


Comments

No comments written yet.

Please login to write comment.