Color Hex Logo

#bd23ce Color Hex

#BD23CE
(189,35,206)
0 Favorites   0 Comments

Color spaces of #bd23ce

RGB 18935206
HSL0.820.710.47
HSV294°83°81°
CMYK 0.080.830.00   0.19
XYZ32.727916.477159.8480
Yxy16.47710.30010.1511
Hunter Lab40.592072.8823-59.0016
CIE-Lab47.594376.3397-54.1845

#bd23ce color RGB value is (189,35,206).

#bd23ce hex color red value is 189, green value is 35 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bd23ce hue: 0.82 , saturation: 0.71 and the lightness value of bd23ce is 0.47.

The process color (four color CMYK) of #bd23ce color hex is 0.08, 0.83, 0.00, 0.19. Web safe color of #bd23ce is #cc33cc. Color #bd23ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100011 11001110
Octal 275 43 316
Decimal 189 35 206
Hex BD 23 CE

RGB Percentages of Color #bd23ce

%43.95
%8.14
%47.91

CMYK Percentages of Color #bd23ce

%8
%83
%0
%19

Triadic Colors of #bd23ce

#bd23ce #cebd23 #23cebd

Analogous Colors of #bd23ce

#bd23ce #ce238a #6823ce

Monochromatic Colors of #bd23ce

#bd23ce

Complementary Color

#bd23ce #34ce23

#bd23ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd23ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd23ce Color CSS Codes

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

#bd23ce Text Font Color

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

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


#bd23ce Background Color

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

This div background color is #bd23ce


#bd23ce Border Color

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

This div border color is #bd23ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,35,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd23ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd23ce;
  -webkit-box-shadow: 1px 1px 3px 2px #bd23ce;
  box-shadow:         1px 1px 3px 2px #bd23ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,35,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd23ce


Comments

No comments written yet.

Please login to write comment.