Color Hex Logo

#be378e Color Hex

#BE378E
(190,55,142)
0 Favorites   0 Comments

Color spaces of #be378e

RGB 19055142
HSL0.890.550.48
HSV321°71°75°
CMYK 0.000.710.25   0.25
XYZ27.483915.632527.1600
Yxy15.63250.39110.2224
Hunter Lab39.538054.8887-13.0518
CIE-Lab46.488661.2885-18.1593

#be378e color RGB value is (190,55,142).

#be378e hex color red value is 190, green value is 55 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #be378e hue: 0.89 , saturation: 0.55 and the lightness value of be378e is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110111 10001110
Octal 276 67 216
Decimal 190 55 142
Hex BE 37 8E

RGB Percentages of Color #be378e

%49.10
%14.21
%36.69

CMYK Percentages of Color #be378e

%0
%71
%25
%25

Triadic Colors of #be378e

#be378e #8ebe37 #378ebe

Analogous Colors of #be378e

#be378e #be374b #ab37be

Monochromatic Colors of #be378e

#be378e

Complementary Color

#be378e #37be67

#be378e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be378e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be378e Color CSS Codes

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

#be378e Text Font Color

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

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


#be378e Background Color

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

This div background color is #be378e


#be378e Border Color

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

This div border color is #be378e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be378e


Comments

No comments written yet.

Please login to write comment.