Color Hex Logo

#be17ce Color Hex

#BE17CE
(190,23,206)
0 Favorites   0 Comments

Color spaces of #be17ce

RGB 19023206
HSL0.820.800.45
HSV295°89°81°
CMYK 0.080.890.00   0.19
XYZ32.682216.016259.7614
Yxy16.01620.30130.1477
Hunter Lab40.020275.7351-60.5224
CIE-Lab46.995778.7566-55.1375

#be17ce color RGB value is (190,23,206).

#be17ce hex color red value is 190, green value is 23 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #be17ce hue: 0.82 , saturation: 0.80 and the lightness value of be17ce is 0.45.

The process color (four color CMYK) of #be17ce color hex is 0.08, 0.89, 0.00, 0.19. Web safe color of #be17ce is #cc00cc. Color #be17ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010111 11001110
Octal 276 27 316
Decimal 190 23 206
Hex BE 17 CE

RGB Percentages of Color #be17ce

%45.35
%5.49
%49.16

CMYK Percentages of Color #be17ce

%8
%89
%0
%19

Triadic Colors of #be17ce

#be17ce #cebe17 #17cebe

Analogous Colors of #be17ce

#be17ce #ce1783 #6317ce

Monochromatic Colors of #be17ce

#be17ce

Complementary Color

#be17ce #27ce17

#be17ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be17ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#be17ce Color CSS Codes

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

#be17ce Text Font Color

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

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


#be17ce Background Color

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

This div background color is #be17ce


#be17ce Border Color

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

This div border color is #be17ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be17ce


Comments

No comments written yet.

Please login to write comment.