Color Hex Logo

#b825af Color Hex

#B825AF
(184,37,175)
0 Favorites   0 Comments

Color spaces of #b825af

RGB 18437175
HSL0.840.670.43
HSV304°80°72°
CMYK 0.000.800.05   0.28
XYZ28.166614.608641.8926
Yxy14.60860.33270.1725
Hunter Lab38.221264.6561-38.2304
CIE-Lab45.093470.0176-40.1306

#b825af color RGB value is (184,37,175).

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

The process color (four color CMYK) of #b825af color hex is 0.00, 0.80, 0.05, 0.28. Web safe color of #b825af is #cc3399. Color #b825af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100101 10101111
Octal 270 45 257
Decimal 184 37 175
Hex B8 25 AF

RGB Percentages of Color #b825af

%46.46
%9.34
%44.19

CMYK Percentages of Color #b825af

%0
%80
%5
%28

Triadic Colors of #b825af

#b825af #afb825 #25afb8

Analogous Colors of #b825af

#b825af #b82566 #7825b8

Monochromatic Colors of #b825af

#b825af

Complementary Color

#b825af #25b82e

#b825af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b825af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b825af Color CSS Codes

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

#b825af Text Font Color

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

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


#b825af Background Color

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

This div background color is #b825af


#b825af Border Color

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

This div border color is #b825af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b825af


Comments

No comments written yet.

Please login to write comment.