Color Hex Logo

#be3184 Color Hex

#BE3184
(190,49,132)
0 Favorites   0 Comments

Color spaces of #be3184

RGB 19049132
HSL0.900.590.47
HSV325°74°75°
CMYK 0.000.740.31   0.25
XYZ26.498414.809723.2917
Yxy14.80970.41020.2293
Hunter Lab38.483455.5634-8.9464
CIE-Lab45.372462.0994-13.7981

#be3184 color RGB value is (190,49,132).

#be3184 hex color red value is 190, green value is 49 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #be3184 hue: 0.90 , saturation: 0.59 and the lightness value of be3184 is 0.47.

The process color (four color CMYK) of #be3184 color hex is 0.00, 0.74, 0.31, 0.25. Web safe color of #be3184 is #cc3399. Color #be3184 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110001 10000100
Octal 276 61 204
Decimal 190 49 132
Hex BE 31 84

RGB Percentages of Color #be3184

%51.21
%13.21
%35.58

CMYK Percentages of Color #be3184

%0
%74
%31
%25

Triadic Colors of #be3184

#be3184 #84be31 #3184be

Analogous Colors of #be3184

#be3184 #be313e #b231be

Monochromatic Colors of #be3184

#be3184

Complementary Color

#be3184 #31be6b

#be3184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3184 Color CSS Codes

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

#be3184 Text Font Color

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

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


#be3184 Background Color

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

This div background color is #be3184


#be3184 Border Color

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

This div border color is #be3184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3184


Comments

No comments written yet.

Please login to write comment.