Color Hex Logo

#be7fca Color Hex

#BE7FCA
(190,127,202)
0 Favorites   0 Comments

Color spaces of #be7fca

RGB 190127202
HSL0.810.410.65
HSV290°37°79°
CMYK 0.060.370.00   0.21
XYZ39.485230.390259.6619
Yxy30.39020.30480.2346
Hunter Lab55.127331.3787-25.5779
CIE-Lab61.989436.9186-29.1954

#be7fca color RGB value is (190,127,202).

#be7fca hex color red value is 190, green value is 127 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #be7fca hue: 0.81 , saturation: 0.41 and the lightness value of be7fca is 0.65.

The process color (four color CMYK) of #be7fca color hex is 0.06, 0.37, 0.00, 0.21. Web safe color of #be7fca is #cc66cc. Color #be7fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111111 11001010
Octal 276 177 312
Decimal 190 127 202
Hex BE 7F CA

RGB Percentages of Color #be7fca

%36.61
%24.47
%38.92

CMYK Percentages of Color #be7fca

%6
%37
%0
%21

Triadic Colors of #be7fca

#be7fca #cabe7f #7fcabe

Analogous Colors of #be7fca

#be7fca #ca7fb1 #997fca

Monochromatic Colors of #be7fca

#be7fca

Complementary Color

#be7fca #8bca7f

#be7fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be7fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#be7fca Color CSS Codes

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

#be7fca Text Font Color

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

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


#be7fca Background Color

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

This div background color is #be7fca


#be7fca Border Color

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

This div border color is #be7fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be7fca


Comments

No comments written yet.

Please login to write comment.