Color Hex Logo

#be2165 Color Hex

#BE2165
(190,33,101)
0 Favorites   0 Comments

Color spaces of #be2165

RGB 19033101
HSL0.930.700.44
HSV334°83°75°
CMYK 0.000.830.47   0.25
XYZ24.128012.974413.5445
Yxy12.97440.47640.2562
Hunter Lab36.020056.53332.9193
CIE-Lab42.724663.46681.4110

#be2165 color RGB value is (190,33,101).

#be2165 hex color red value is 190, green value is 33 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #be2165 hue: 0.93 , saturation: 0.70 and the lightness value of be2165 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100001 01100101
Octal 276 41 145
Decimal 190 33 101
Hex BE 21 65

RGB Percentages of Color #be2165

%58.64
%10.19
%31.17

CMYK Percentages of Color #be2165

%0
%83
%47
%25

Triadic Colors of #be2165

#be2165 #65be21 #2165be

Analogous Colors of #be2165

#be2165 #be2b21 #be21b4

Monochromatic Colors of #be2165

#be2165

Complementary Color

#be2165 #21be7a

#be2165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be2165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be2165 Color CSS Codes

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

#be2165 Text Font Color

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

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


#be2165 Background Color

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

This div background color is #be2165


#be2165 Border Color

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

This div border color is #be2165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be2165


Comments

No comments written yet.

Please login to write comment.