Color Hex Logo

#b52568 Color Hex

#B52568
(181,37,104)
0 Favorites   0 Comments

Color spaces of #b52568

RGB 18137104
HSL0.920.660.43
HSV332°80°71°
CMYK 0.000.800.43   0.29
XYZ22.216312.146414.2703
Yxy12.14640.45680.2498
Hunter Lab34.851752.79490.1194
CIE-Lab41.447960.3778-2.5428

#b52568 color RGB value is (181,37,104).

#b52568 hex color red value is 181, green value is 37 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #b52568 hue: 0.92 , saturation: 0.66 and the lightness value of b52568 is 0.43.

The process color (four color CMYK) of #b52568 color hex is 0.00, 0.80, 0.43, 0.29. Web safe color of #b52568 is #cc3366. Color #b52568 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100101 01101000
Octal 265 45 150
Decimal 181 37 104
Hex B5 25 68

RGB Percentages of Color #b52568

%56.21
%11.49
%32.30

CMYK Percentages of Color #b52568

%0
%80
%43
%29

Triadic Colors of #b52568

#b52568 #68b525 #2568b5

Analogous Colors of #b52568

#b52568 #b52a25 #b525b0

Monochromatic Colors of #b52568

#b52568

Complementary Color

#b52568 #25b572

#b52568 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52568 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52568 Color CSS Codes

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

#b52568 Text Font Color

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

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


#b52568 Background Color

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

This div background color is #b52568


#b52568 Border Color

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

This div border color is #b52568


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,37,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b52568; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b52568;
  -webkit-box-shadow: 1px 1px 3px 2px #b52568;
  box-shadow:         1px 1px 3px 2px #b52568; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,37,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52568


Comments

No comments written yet.

Please login to write comment.