Color Hex Logo

#be70cf Color Hex

#BE70CF
(190,112,207)
0 Favorites   0 Comments

Color spaces of #be70cf

RGB 190112207
HSL0.800.500.63
HSV289°46°81°
CMYK 0.080.460.00   0.19
XYZ38.291927.040562.2326
Yxy27.04050.30020.2120
Hunter Lab52.000540.4423-34.5561
CIE-Lab59.011845.9565-36.6468

#be70cf color RGB value is (190,112,207).

#be70cf hex color red value is 190, green value is 112 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #be70cf hue: 0.80 , saturation: 0.50 and the lightness value of be70cf is 0.63.

The process color (four color CMYK) of #be70cf color hex is 0.08, 0.46, 0.00, 0.19. Web safe color of #be70cf is #cc66cc. Color #be70cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110000 11001111
Octal 276 160 317
Decimal 190 112 207
Hex BE 70 CF

RGB Percentages of Color #be70cf

%37.33
%22.00
%40.67

CMYK Percentages of Color #be70cf

%8
%46
%0
%19

Triadic Colors of #be70cf

#be70cf #cfbe70 #70cfbe

Analogous Colors of #be70cf

#be70cf #cf70b1 #8f70cf

Monochromatic Colors of #be70cf

#be70cf

Complementary Color

#be70cf #81cf70

#be70cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be70cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#be70cf Color CSS Codes

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

#be70cf Text Font Color

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

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


#be70cf Background Color

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

This div background color is #be70cf


#be70cf Border Color

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

This div border color is #be70cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be70cf


Comments

No comments written yet.

Please login to write comment.