Color Hex Logo

#be658f Color Hex

#BE658F
(190,101,143)
0 Favorites   0 Comments

Color spaces of #be658f

RGB 190101143
HSL0.920.410.57
HSV332°47°75°
CMYK 0.000.470.25   0.25
XYZ30.846822.237728.6531
Yxy22.23770.37740.2721
Hunter Lab47.156934.2380-3.0155
CIE-Lab54.278340.6821-6.9948

#be658f color RGB value is (190,101,143).

#be658f hex color red value is 190, green value is 101 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #be658f hue: 0.92 , saturation: 0.41 and the lightness value of be658f is 0.57.

The process color (four color CMYK) of #be658f color hex is 0.00, 0.47, 0.25, 0.25. Web safe color of #be658f is #cc6699. Color #be658f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100101 10001111
Octal 276 145 217
Decimal 190 101 143
Hex BE 65 8F

RGB Percentages of Color #be658f

%43.78
%23.27
%32.95

CMYK Percentages of Color #be658f

%0
%47
%25
%25

Triadic Colors of #be658f

#be658f #8fbe65 #658fbe

Analogous Colors of #be658f

#be658f #be6865 #be65bc

Monochromatic Colors of #be658f

#be658f

Complementary Color

#be658f #65be94

#be658f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be658f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be658f Color CSS Codes

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

#be658f Text Font Color

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

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


#be658f Background Color

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

This div background color is #be658f


#be658f Border Color

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

This div border color is #be658f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be658f


Comments

No comments written yet.

Please login to write comment.