Color Hex Logo

#b23fdd Color Hex

#B23FDD
(178,63,221)
0 Favorites   0 Comments

Color spaces of #b23fdd

RGB 17863221
HSL0.790.700.56
HSV284°71°87°
CMYK 0.190.710.00   0.13
XYZ33.188718.240470.1781
Yxy18.24040.27290.1500
Hunter Lab42.708863.9708-67.5278
CIE-Lab49.786468.5281-59.3354

#b23fdd color RGB value is (178,63,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00111111 11011101
Octal 262 77 335
Decimal 178 63 221
Hex B2 3F DD

RGB Percentages of Color #b23fdd

%38.53
%13.64
%47.84

CMYK Percentages of Color #b23fdd

%19
%71
%0
%13

Triadic Colors of #b23fdd

#b23fdd #ddb23f #3fddb2

Analogous Colors of #b23fdd

#b23fdd #dd3fb9 #633fdd

Monochromatic Colors of #b23fdd

#b23fdd

Complementary Color

#b23fdd #6add3f

#b23fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b23fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b23fdd Color CSS Codes

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

#b23fdd Text Font Color

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

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


#b23fdd Background Color

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

This div background color is #b23fdd


#b23fdd Border Color

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

This div border color is #b23fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b23fdd


Comments

No comments written yet.

Please login to write comment.