Color Hex Logo

#b223dd Color Hex

#B223DD
(178,35,221)
0 Favorites   0 Comments

Color spaces of #b223dd

RGB 17835221
HSL0.790.730.50
HSV286°84°87°
CMYK 0.190.840.00   0.13
XYZ32.012315.887569.7860
Yxy15.88750.27200.1350
Hunter Lab39.859173.6063-75.9045
CIE-Lab46.826577.0760-64.1163

#b223dd color RGB value is (178,35,221).

#b223dd hex color red value is 178, green value is 35 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b223dd hue: 0.79 , saturation: 0.73 and the lightness value of b223dd is 0.50.

The process color (four color CMYK) of #b223dd color hex is 0.19, 0.84, 0.00, 0.13. Web safe color of #b223dd is #9933cc. Color #b223dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00100011 11011101
Octal 262 43 335
Decimal 178 35 221
Hex B2 23 DD

RGB Percentages of Color #b223dd

%41.01
%8.06
%50.92

CMYK Percentages of Color #b223dd

%19
%84
%0
%13

Triadic Colors of #b223dd

#b223dd #ddb223 #23ddb2

Analogous Colors of #b223dd

#b223dd #dd23ab #5523dd

Monochromatic Colors of #b223dd

#b223dd

Complementary Color

#b223dd #4edd23

#b223dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b223dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b223dd Color CSS Codes

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

#b223dd Text Font Color

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

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


#b223dd Background Color

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

This div background color is #b223dd


#b223dd Border Color

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

This div border color is #b223dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b223dd


Comments

No comments written yet.

Please login to write comment.