Color Hex Logo

#be269d Color Hex

#BE269D
(190,38,157)
0 Favorites   0 Comments

Color spaces of #be269d

RGB 19038157
HSL0.870.670.45
HSV313°80°75°
CMYK 0.000.800.17   0.25
XYZ28.014114.767733.2722
Yxy14.76770.36830.1942
Hunter Lab38.428862.8740-24.4340
CIE-Lab45.314468.4624-28.9968

#be269d color RGB value is (190,38,157).

#be269d hex color red value is 190, green value is 38 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #be269d hue: 0.87 , saturation: 0.67 and the lightness value of be269d is 0.45.

The process color (four color CMYK) of #be269d color hex is 0.00, 0.80, 0.17, 0.25. Web safe color of #be269d is #cc3399. Color #be269d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100110 10011101
Octal 276 46 235
Decimal 190 38 157
Hex BE 26 9D

RGB Percentages of Color #be269d

%49.35
%9.87
%40.78

CMYK Percentages of Color #be269d

%0
%80
%17
%25

Triadic Colors of #be269d

#be269d #9dbe26 #269dbe

Analogous Colors of #be269d

#be269d #be2651 #9326be

Monochromatic Colors of #be269d

#be269d

Complementary Color

#be269d #26be47

#be269d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be269d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be269d Color CSS Codes

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

#be269d Text Font Color

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

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


#be269d Background Color

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

This div background color is #be269d


#be269d Border Color

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

This div border color is #be269d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be269d


Comments

No comments written yet.

Please login to write comment.