Color Hex Logo

#be17ec Color Hex

#BE17EC
(190,23,236)
0 Favorites   0 Comments

Color spaces of #be17ec

RGB 19023236
HSL0.800.850.51
HSV287°90°93°
CMYK 0.190.900.00   0.07
XYZ36.681917.616180.8238
Yxy17.61610.27150.1304
Hunter Lab41.971582.5536-84.7936
CIE-Lab49.027183.7440-68.9723

#be17ec color RGB value is (190,23,236).

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

The process color (four color CMYK) of #be17ec color hex is 0.19, 0.90, 0.00, 0.07. Web safe color of #be17ec is #cc00ff. Color #be17ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010111 11101100
Octal 276 27 354
Decimal 190 23 236
Hex BE 17 EC

RGB Percentages of Color #be17ec

%42.32
%5.12
%52.56

CMYK Percentages of Color #be17ec

%19
%90
%0
%7

Triadic Colors of #be17ec

#be17ec #ecbe17 #17ecbe

Analogous Colors of #be17ec

#be17ec #ec17b0 #5317ec

Monochromatic Colors of #be17ec

#be17ec

Complementary Color

#be17ec #45ec17

#be17ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be17ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#be17ec Color CSS Codes

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

#be17ec Text Font Color

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

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


#be17ec Background Color

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

This div background color is #be17ec


#be17ec Border Color

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

This div border color is #be17ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,23,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be17ec


Comments

No comments written yet.

Please login to write comment.