Color Hex Logo

#b23cc3 Color Hex

#B23CC3
(178,60,195)
0 Favorites   0 Comments

Color spaces of #b23cc3

RGB 17860195
HSL0.810.530.50
HSV292°69°76°
CMYK 0.090.690.00   0.24
XYZ29.826316.636853.2690
Yxy16.63680.29910.1668
Hunter Lab40.788259.1483-48.8803
CIE-Lab47.799164.7780-47.5938

#b23cc3 color RGB value is (178,60,195).

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

The process color (four color CMYK) of #b23cc3 color hex is 0.09, 0.69, 0.00, 0.24. Web safe color of #b23cc3 is #9933cc. Color #b23cc3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00111100 11000011
Octal 262 74 303
Decimal 178 60 195
Hex B2 3C C3

RGB Percentages of Color #b23cc3

%41.11
%13.86
%45.03

CMYK Percentages of Color #b23cc3

%9
%69
%0
%24

Triadic Colors of #b23cc3

#b23cc3 #c3b23c #3cc3b2

Analogous Colors of #b23cc3

#b23cc3 #c33c91 #6f3cc3

Monochromatic Colors of #b23cc3

#b23cc3

Complementary Color

#b23cc3 #4dc33c

#b23cc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b23cc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b23cc3 Color CSS Codes

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

#b23cc3 Text Font Color

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

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


#b23cc3 Background Color

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

This div background color is #b23cc3


#b23cc3 Border Color

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

This div border color is #b23cc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b23cc3


Comments

No comments written yet.

Please login to write comment.