Color Hex Logo

#b434af Color Hex

#B434AF
(180,52,175)
0 Favorites   0 Comments

Color spaces of #b434af

RGB 18052175
HSL0.840.550.45
HSV302°71°71°
CMYK 0.000.710.03   0.29
XYZ27.788215.254442.0372
Yxy15.25440.32660.1793
Hunter Lab39.056958.6497-36.4744
CIE-Lab45.980764.6935-38.7680

#b434af color RGB value is (180,52,175).

#b434af hex color red value is 180, green value is 52 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b434af hue: 0.84 , saturation: 0.55 and the lightness value of b434af is 0.45.

The process color (four color CMYK) of #b434af color hex is 0.00, 0.71, 0.03, 0.29. Web safe color of #b434af is #cc3399. Color #b434af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110100 10101111
Octal 264 64 257
Decimal 180 52 175
Hex B4 34 AF

RGB Percentages of Color #b434af

%44.23
%12.78
%43.00

CMYK Percentages of Color #b434af

%0
%71
%3
%29

Triadic Colors of #b434af

#b434af #afb434 #34afb4

Analogous Colors of #b434af

#b434af #b4346f #7934b4

Monochromatic Colors of #b434af

#b434af

Complementary Color

#b434af #34b439

#b434af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b434af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b434af Color CSS Codes

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

#b434af Text Font Color

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

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


#b434af Background Color

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

This div background color is #b434af


#b434af Border Color

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

This div border color is #b434af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b434af


Comments

No comments written yet.

Please login to write comment.