Color Hex Logo

#be71cd Color Hex

#BE71CD
(190,113,205)
0 Favorites   0 Comments

Color spaces of #be71cd

RGB 190113205
HSL0.810.480.62
HSV290°45°80°
CMYK 0.070.450.00   0.20
XYZ38.159827.165260.9898
Yxy27.16520.30210.2151
Hunter Lab52.120239.4782-32.8955
CIE-Lab59.126945.0351-35.3360

#be71cd color RGB value is (190,113,205).

#be71cd hex color red value is 190, green value is 113 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #be71cd hue: 0.81 , saturation: 0.48 and the lightness value of be71cd is 0.62.

The process color (four color CMYK) of #be71cd color hex is 0.07, 0.45, 0.00, 0.20. Web safe color of #be71cd is #cc66cc. Color #be71cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110001 11001101
Octal 276 161 315
Decimal 190 113 205
Hex BE 71 CD

RGB Percentages of Color #be71cd

%37.40
%22.24
%40.35

CMYK Percentages of Color #be71cd

%7
%45
%0
%20

Triadic Colors of #be71cd

#be71cd #cdbe71 #71cdbe

Analogous Colors of #be71cd

#be71cd #cd71ae #9071cd

Monochromatic Colors of #be71cd

#be71cd

Complementary Color

#be71cd #80cd71

#be71cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be71cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be71cd Color CSS Codes

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

#be71cd Text Font Color

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

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


#be71cd Background Color

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

This div background color is #be71cd


#be71cd Border Color

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

This div border color is #be71cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be71cd


Comments

No comments written yet.

Please login to write comment.