Color Hex Logo

#b427af Color Hex

#B427AF
(180,39,175)
0 Favorites   0 Comments

Color spaces of #b427af

RGB 18039175
HSL0.840.640.43
HSV302°78°71°
CMYK 0.000.780.03   0.29
XYZ27.285814.249541.8697
Yxy14.24950.32710.1708
Hunter Lab37.748562.9655-39.3390
CIE-Lab44.588668.6816-40.9744

#b427af color RGB value is (180,39,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100111 10101111
Octal 264 47 257
Decimal 180 39 175
Hex B4 27 AF

RGB Percentages of Color #b427af

%45.69
%9.90
%44.42

CMYK Percentages of Color #b427af

%0
%78
%3
%29

Triadic Colors of #b427af

#b427af #afb427 #27afb4

Analogous Colors of #b427af

#b427af #b42769 #7327b4

Monochromatic Colors of #b427af

#b427af

Complementary Color

#b427af #27b42c

#b427af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b427af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b427af Color CSS Codes

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

#b427af Text Font Color

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

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


#b427af Background Color

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

This div background color is #b427af


#b427af Border Color

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

This div border color is #b427af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,39,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 #b427af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b427af


Comments

No comments written yet.

Please login to write comment.