color codes Logo

#be056c color codes

#BE056C
(190,5,108)
0 Favorites   0 Comments

Color spaces of #be056c

RGB 1905108
HSL0.910.950.38
HSV327°97°75°
CMYK 0.000.970.43   0.25
XYZ23.996212.138415.2656
Yxy12.13840.46690.2362
Hunter Lab34.840261.9716-1.5904
CIE-Lab41.435268.4471-4.8735

#be056c color RGB value is (190,5,108).

#be056c hex color red value is 190, green value is 5 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #be056c hue: 0.91 , saturation: 0.95 and the lightness value of be056c is 0.38.

The process color (four color CMYK) of #be056c color code is 0.00, 0.97, 0.43, 0.25. Web safe color of #be056c is #cc0066. Color #be056c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000101 01101100
Octal 276 5 154
Decimal 190 5 108
Hex BE 5 6C

RGB Percentages of Color #be056c

%62.71
%1.65
%35.64

CMYK Percentages of Color #be056c

%0
%97
%43
%25

Triadic Colors of #be056c

#be056c #6cbe05 #056cbe

Analogous Colors of #be056c

#be056c #be050f #b405be

Monochromatic Colors of #be056c

#be056c

Complementary Color

#be056c #05be57

#be056c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be056c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be056c Color CSS Codes

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

#be056c Text Font Color

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

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


#be056c Background Color

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

This div background color is #be056c


#be056c Border Color

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

This div border color is #be056c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be056c


Comments

No comments written yet.

Please login to write comment.