Color Hex Logo

#b825cb Color Hex

#B825CB
(184,37,203)
0 Favorites   0 Comments

Color spaces of #b825cb

RGB 18437203
HSL0.810.690.47
HSV293°82°80°
CMYK 0.090.820.00   0.20
XYZ31.208215.825357.9096
Yxy15.82530.29740.1508
Hunter Lab39.781070.4164-58.4623
CIE-Lab46.744474.4923-53.8616

#b825cb color RGB value is (184,37,203).

#b825cb hex color red value is 184, green value is 37 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b825cb hue: 0.81 , saturation: 0.69 and the lightness value of b825cb is 0.47.

The process color (four color CMYK) of #b825cb color hex is 0.09, 0.82, 0.00, 0.20. Web safe color of #b825cb is #cc33cc. Color #b825cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100101 11001011
Octal 270 45 313
Decimal 184 37 203
Hex B8 25 CB

RGB Percentages of Color #b825cb

%43.40
%8.73
%47.88

CMYK Percentages of Color #b825cb

%9
%82
%0
%20

Triadic Colors of #b825cb

#b825cb #cbb825 #25cbb8

Analogous Colors of #b825cb

#b825cb #cb258b #6525cb

Monochromatic Colors of #b825cb

#b825cb

Complementary Color

#b825cb #38cb25

#b825cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b825cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b825cb Color CSS Codes

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

#b825cb Text Font Color

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

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


#b825cb Background Color

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

This div background color is #b825cb


#b825cb Border Color

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

This div border color is #b825cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b825cb


Comments

No comments written yet.

Please login to write comment.