Color Hex Logo

#be17dc Color Hex

#BE17DC
(190,23,220)
0 Favorites   0 Comments

Color spaces of #be17dc

RGB 19023220
HSL0.810.810.48
HSV291°90°86°
CMYK 0.140.900.00   0.14
XYZ34.459916.727269.1226
Yxy16.72720.28640.1390
Hunter Lab40.898978.8244-71.5759
CIE-Lab47.914581.0360-61.6924

#be17dc color RGB value is (190,23,220).

#be17dc hex color red value is 190, green value is 23 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #be17dc hue: 0.81 , saturation: 0.81 and the lightness value of be17dc is 0.48.

The process color (four color CMYK) of #be17dc color hex is 0.14, 0.90, 0.00, 0.14. Web safe color of #be17dc is #cc00cc. Color #be17dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010111 11011100
Octal 276 27 334
Decimal 190 23 220
Hex BE 17 DC

RGB Percentages of Color #be17dc

%43.88
%5.31
%50.81

CMYK Percentages of Color #be17dc

%14
%90
%0
%14

Triadic Colors of #be17dc

#be17dc #dcbe17 #17dcbe

Analogous Colors of #be17dc

#be17dc #dc1798 #5c17dc

Monochromatic Colors of #be17dc

#be17dc

Complementary Color

#be17dc #35dc17

#be17dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be17dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be17dc Color CSS Codes

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

#be17dc Text Font Color

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

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


#be17dc Background Color

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

This div background color is #be17dc


#be17dc Border Color

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

This div border color is #be17dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be17dc


Comments

No comments written yet.

Please login to write comment.