Color Hex Logo

#be73dc Color Hex

#BE73DC
(190,115,220)
0 Favorites   0 Comments

Color spaces of #be73dc

RGB 190115220
HSL0.790.600.66
HSV283°48°86°
CMYK 0.140.480.00   0.14
XYZ40.284228.375971.0640
Yxy28.37590.28830.2031
Hunter Lab53.269041.7681-41.8080
CIE-Lab60.226847.0158-42.0586

#be73dc color RGB value is (190,115,220).

#be73dc hex color red value is 190, green value is 115 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #be73dc hue: 0.79 , saturation: 0.60 and the lightness value of be73dc is 0.66.

The process color (four color CMYK) of #be73dc color hex is 0.14, 0.48, 0.00, 0.14. Web safe color of #be73dc is #cc66cc. Color #be73dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110011 11011100
Octal 276 163 334
Decimal 190 115 220
Hex BE 73 DC

RGB Percentages of Color #be73dc

%36.19
%21.90
%41.90

CMYK Percentages of Color #be73dc

%14
%48
%0
%14

Triadic Colors of #be73dc

#be73dc #dcbe73 #73dcbe

Analogous Colors of #be73dc

#be73dc #dc73c6 #8a73dc

Monochromatic Colors of #be73dc

#be73dc

Complementary Color

#be73dc #91dc73

#be73dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be73dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be73dc Color CSS Codes

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

#be73dc Text Font Color

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

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


#be73dc Background Color

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

This div background color is #be73dc


#be73dc Border Color

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

This div border color is #be73dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be73dc


Comments

No comments written yet.

Please login to write comment.