Color Hex Logo

#b23daf Color Hex

#B23DAF
(178,61,175)
0 Favorites   0 Comments

Color spaces of #b23daf

RGB 17861175
HSL0.840.490.47
HSV302°66°70°
CMYK 0.000.660.02   0.30
XYZ27.766715.897642.1625
Yxy15.89760.32350.1852
Hunter Lab39.871854.5317-34.7861
CIE-Lab46.839960.9046-37.4312

#b23daf color RGB value is (178,61,175).

#b23daf hex color red value is 178, green value is 61 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b23daf hue: 0.84 , saturation: 0.49 and the lightness value of b23daf is 0.47.

The process color (four color CMYK) of #b23daf color hex is 0.00, 0.66, 0.02, 0.30. Web safe color of #b23daf is #993399. Color #b23daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00111101 10101111
Octal 262 75 257
Decimal 178 61 175
Hex B2 3D AF

RGB Percentages of Color #b23daf

%43.00
%14.73
%42.27

CMYK Percentages of Color #b23daf

%0
%66
%2
%30

Triadic Colors of #b23daf

#b23daf #afb23d #3dafb2

Analogous Colors of #b23daf

#b23daf #b23d75 #7b3db2

Monochromatic Colors of #b23daf

#b23daf

Complementary Color

#b23daf #3db240

#b23daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b23daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b23daf Color CSS Codes

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

#b23daf Text Font Color

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

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


#b23daf Background Color

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

This div background color is #b23daf


#b23daf Border Color

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

This div border color is #b23daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b23daf


Comments

No comments written yet.

Please login to write comment.