Color Hex Logo

#b23c98 Color Hex

#B23C98
(178,60,152)
0 Favorites   0 Comments

Color spaces of #b23c98

RGB 17860152
HSL0.870.500.47
HSV313°66°70°
CMYK 0.000.660.15   0.30
XYZ25.643514.963731.2425
Yxy14.96370.35690.2083
Hunter Lab38.682950.6352-20.8078
CIE-Lab45.584457.6345-25.7342

#b23c98 color RGB value is (178,60,152).

#b23c98 hex color red value is 178, green value is 60 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #b23c98 hue: 0.87 , saturation: 0.50 and the lightness value of b23c98 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00111100 10011000
Octal 262 74 230
Decimal 178 60 152
Hex B2 3C 98

RGB Percentages of Color #b23c98

%45.64
%15.38
%38.97

CMYK Percentages of Color #b23c98

%0
%66
%15
%30

Triadic Colors of #b23c98

#b23c98 #98b23c #3c98b2

Analogous Colors of #b23c98

#b23c98 #b23c5d #913cb2

Monochromatic Colors of #b23c98

#b23c98

Complementary Color

#b23c98 #3cb256

#b23c98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b23c98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b23c98 Color CSS Codes

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

#b23c98 Text Font Color

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

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


#b23c98 Background Color

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

This div background color is #b23c98


#b23c98 Border Color

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

This div border color is #b23c98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b23c98


Comments

No comments written yet.

Please login to write comment.