Color Hex Logo

#be415c Color Hex

#BE415C
(190,65,92)
0 Favorites   0 Comments

Color spaces of #be415c

RGB 1906592
HSL0.960.490.50
HSV347°66°75°
CMYK 0.000.660.52   0.25
XYZ25.057315.500411.7964
Yxy15.50040.47860.2961
Hunter Lab39.370544.70759.7946
CIE-Lab46.312152.017212.0907

#be415c color RGB value is (190,65,92).

#be415c hex color red value is 190, green value is 65 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #be415c hue: 0.96 , saturation: 0.49 and the lightness value of be415c is 0.50.

The process color (four color CMYK) of #be415c color hex is 0.00, 0.66, 0.52, 0.25. Web safe color of #be415c is #cc3366. Color #be415c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000001 01011100
Octal 276 101 134
Decimal 190 65 92
Hex BE 41 5C

RGB Percentages of Color #be415c

%54.76
%18.73
%26.51

CMYK Percentages of Color #be415c

%0
%66
%52
%25

Triadic Colors of #be415c

#be415c #5cbe41 #415cbe

Analogous Colors of #be415c

#be415c #be6541 #be419b

Monochromatic Colors of #be415c

#be415c

Complementary Color

#be415c #41bea3

#be415c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be415c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be415c Color CSS Codes

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

#be415c Text Font Color

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

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


#be415c Background Color

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

This div background color is #be415c


#be415c Border Color

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

This div border color is #be415c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be415c


Comments

No comments written yet.

Please login to write comment.