Color Hex Logo

#be145c Color Hex

#BE145C
(190,20,92)
0 Favorites   0 Comments

Color spaces of #be145c

RGB 1902092
HSL0.930.810.41
HSV335°89°75°
CMYK 0.000.890.52   0.25
XYZ23.417112.220211.2497
Yxy12.22020.49940.2606
Hunter Lab34.957458.39735.3900
CIE-Lab41.564065.32945.4005

#be145c color RGB value is (190,20,92).

#be145c hex color red value is 190, green value is 20 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #be145c hue: 0.93 , saturation: 0.81 and the lightness value of be145c is 0.41.

The process color (four color CMYK) of #be145c color hex is 0.00, 0.89, 0.52, 0.25. Web safe color of #be145c is #cc0066. Color #be145c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010100 01011100
Octal 276 24 134
Decimal 190 20 92
Hex BE 14 5C

RGB Percentages of Color #be145c

%62.91
%6.62
%30.46

CMYK Percentages of Color #be145c

%0
%89
%52
%25

Triadic Colors of #be145c

#be145c #5cbe14 #145cbe

Analogous Colors of #be145c

#be145c #be2114 #be14b1

Monochromatic Colors of #be145c

#be145c

Complementary Color

#be145c #14be76

#be145c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be145c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be145c Color CSS Codes

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

#be145c Text Font Color

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

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


#be145c Background Color

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

This div background color is #be145c


#be145c Border Color

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

This div border color is #be145c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,20,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 #be145c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be145c


Comments

No comments written yet.

Please login to write comment.