Color Hex Logo

#be95cf Color Hex

#BE95CF
(190,149,207)
0 Favorites   0 Comments

Color spaces of #be95cf

RGB 190149207
HSL0.780.380.70
HSV282°28°81°
CMYK 0.080.280.00   0.19
XYZ43.245136.947063.8837
Yxy36.94700.30020.2564
Hunter Lab60.784020.6226-19.7646
CIE-Lab67.237225.7835-23.9201

#be95cf color RGB value is (190,149,207).

#be95cf hex color red value is 190, green value is 149 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #be95cf hue: 0.78 , saturation: 0.38 and the lightness value of be95cf is 0.70.

The process color (four color CMYK) of #be95cf color hex is 0.08, 0.28, 0.00, 0.19. Web safe color of #be95cf is #cc99cc. Color #be95cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010101 11001111
Octal 276 225 317
Decimal 190 149 207
Hex BE 95 CF

RGB Percentages of Color #be95cf

%34.80
%27.29
%37.91

CMYK Percentages of Color #be95cf

%8
%28
%0
%19

Triadic Colors of #be95cf

#be95cf #cfbe95 #95cfbe

Analogous Colors of #be95cf

#be95cf #cf95c3 #a195cf

Monochromatic Colors of #be95cf

#be95cf

Complementary Color

#be95cf #a6cf95

#be95cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be95cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#be95cf Color CSS Codes

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

#be95cf Text Font Color

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

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


#be95cf Background Color

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

This div background color is #be95cf


#be95cf Border Color

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

This div border color is #be95cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,149,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 #be95cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be95cf


Comments

No comments written yet.

Please login to write comment.