Color Hex Logo

#b223bd Color Hex

#B223BD
(178,35,189)
0 Favorites   0 Comments

Color spaces of #b223bd

RGB 17835189
HSL0.820.690.44
HSV296°81°74°
CMYK 0.060.810.00   0.26
XYZ28.146414.341249.4288
Yxy14.34120.30620.1560
Hunter Lab37.869866.3965-50.8783
CIE-Lab44.718371.5545-49.0236

#b223bd color RGB value is (178,35,189).

#b223bd hex color red value is 178, green value is 35 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b223bd hue: 0.82 , saturation: 0.69 and the lightness value of b223bd is 0.44.

The process color (four color CMYK) of #b223bd color hex is 0.06, 0.81, 0.00, 0.26. Web safe color of #b223bd is #9933cc. Color #b223bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00100011 10111101
Octal 262 43 275
Decimal 178 35 189
Hex B2 23 BD

RGB Percentages of Color #b223bd

%44.28
%8.71
%47.01

CMYK Percentages of Color #b223bd

%6
%81
%0
%26

Triadic Colors of #b223bd

#b223bd #bdb223 #23bdb2

Analogous Colors of #b223bd

#b223bd #bd237b #6523bd

Monochromatic Colors of #b223bd

#b223bd

Complementary Color

#b223bd #2ebd23

#b223bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b223bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b223bd Color CSS Codes

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

#b223bd Text Font Color

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

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


#b223bd Background Color

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

This div background color is #b223bd


#b223bd Border Color

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

This div border color is #b223bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,35,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b223bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b223bd;
  -webkit-box-shadow: 1px 1px 3px 2px #b223bd;
  box-shadow:         1px 1px 3px 2px #b223bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,35,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b223bd


Comments

No comments written yet.

Please login to write comment.