Color Hex Logo

#be204d Color Hex

#BE204D
(190,32,77)
0 Favorites   0 Comments

Color spaces of #be204d

RGB 1903277
HSL0.950.710.44
HSV343°83°75°
CMYK 0.000.830.59   0.25
XYZ23.091312.51608.2200
Yxy12.51600.52690.2856
Hunter Lab35.378054.596110.9887
CIE-Lab42.024761.882915.5147

#be204d color RGB value is (190,32,77).

#be204d hex color red value is 190, green value is 32 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #be204d hue: 0.95 , saturation: 0.71 and the lightness value of be204d is 0.44.

The process color (four color CMYK) of #be204d color hex is 0.00, 0.83, 0.59, 0.25. Web safe color of #be204d is #cc3366. Color #be204d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100000 01001101
Octal 276 40 115
Decimal 190 32 77
Hex BE 20 4D

RGB Percentages of Color #be204d

%63.55
%10.70
%25.75

CMYK Percentages of Color #be204d

%0
%83
%59
%25

Triadic Colors of #be204d

#be204d #4dbe20 #204dbe

Analogous Colors of #be204d

#be204d #be4220 #be209c

Monochromatic Colors of #be204d

#be204d

Complementary Color

#be204d #20be91

#be204d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be204d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be204d Color CSS Codes

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

#be204d Text Font Color

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

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


#be204d Background Color

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

This div background color is #be204d


#be204d Border Color

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

This div border color is #be204d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be204d


Comments

No comments written yet.

Please login to write comment.