Color Hex Logo

#b23dca Color Hex

#B23DCA
(178,61,202)
0 Favorites   0 Comments

Color spaces of #b23dca

RGB 17861202
HSL0.800.570.52
HSV290°70°79°
CMYK 0.120.700.00   0.21
XYZ30.689517.066757.5538
Yxy17.06670.29140.1621
Hunter Lab41.311960.3072-53.6818
CIE-Lab48.344065.6761-50.7713

#b23dca color RGB value is (178,61,202).

#b23dca hex color red value is 178, green value is 61 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b23dca hue: 0.80 , saturation: 0.57 and the lightness value of b23dca is 0.52.

The process color (four color CMYK) of #b23dca color hex is 0.12, 0.70, 0.00, 0.21. Web safe color of #b23dca is #9933cc. Color #b23dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00111101 11001010
Octal 262 75 312
Decimal 178 61 202
Hex B2 3D CA

RGB Percentages of Color #b23dca

%40.36
%13.83
%45.80

CMYK Percentages of Color #b23dca

%12
%70
%0
%21

Triadic Colors of #b23dca

#b23dca #cab23d #3dcab2

Analogous Colors of #b23dca

#b23dca #ca3d9c #6c3dca

Monochromatic Colors of #b23dca

#b23dca

Complementary Color

#b23dca #55ca3d

#b23dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b23dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b23dca Color CSS Codes

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

#b23dca Text Font Color

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

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


#b23dca Background Color

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

This div background color is #b23dca


#b23dca Border Color

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

This div border color is #b23dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b23dca


Comments

No comments written yet.

Please login to write comment.