Color Hex Logo

#be296b Color Hex

#BE296B
(190,41,107)
0 Favorites   0 Comments

Color spaces of #be296b

RGB 19041107
HSL0.930.650.45
HSV333°78°75°
CMYK 0.000.780.44   0.25
XYZ24.682013.594615.2330
Yxy13.59460.46130.2541
Hunter Lab36.870954.96701.3142
CIE-Lab43.645861.9010-0.9881

#be296b color RGB value is (190,41,107).

#be296b hex color red value is 190, green value is 41 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #be296b hue: 0.93 , saturation: 0.65 and the lightness value of be296b is 0.45.

The process color (four color CMYK) of #be296b color hex is 0.00, 0.78, 0.44, 0.25. Web safe color of #be296b is #cc3366. Color #be296b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00101001 01101011
Octal 276 51 153
Decimal 190 41 107
Hex BE 29 6B

RGB Percentages of Color #be296b

%56.21
%12.13
%31.66

CMYK Percentages of Color #be296b

%0
%78
%44
%25

Triadic Colors of #be296b

#be296b #6bbe29 #296bbe

Analogous Colors of #be296b

#be296b #be3229 #be29b6

Monochromatic Colors of #be296b

#be296b

Complementary Color

#be296b #29be7c

#be296b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be296b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be296b Color CSS Codes

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

#be296b Text Font Color

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

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


#be296b Background Color

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

This div background color is #be296b


#be296b Border Color

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

This div border color is #be296b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be296b


Comments

No comments written yet.

Please login to write comment.