Color Hex Logo

#be93ca Color Hex

#BE93CA
(190,147,202)
0 Favorites   0 Comments

Color spaces of #be93ca

RGB 190147202
HSL0.800.340.68
HSV287°27°79°
CMYK 0.060.270.00   0.21
XYZ42.329636.078960.6100
Yxy36.07890.30450.2595
Hunter Lab60.065720.6778-17.7813
CIE-Lab66.580225.8827-22.1427

#be93ca color RGB value is (190,147,202).

#be93ca hex color red value is 190, green value is 147 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #be93ca hue: 0.80 , saturation: 0.34 and the lightness value of be93ca is 0.68.

The process color (four color CMYK) of #be93ca color hex is 0.06, 0.27, 0.00, 0.21. Web safe color of #be93ca is #cc99cc. Color #be93ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010011 11001010
Octal 276 223 312
Decimal 190 147 202
Hex BE 93 CA

RGB Percentages of Color #be93ca

%35.25
%27.27
%37.48

CMYK Percentages of Color #be93ca

%6
%27
%0
%21

Triadic Colors of #be93ca

#be93ca #cabe93 #93cabe

Analogous Colors of #be93ca

#be93ca #ca93bb #a393ca

Monochromatic Colors of #be93ca

#be93ca

Complementary Color

#be93ca #9fca93

#be93ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be93ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#be93ca Color CSS Codes

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

#be93ca Text Font Color

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

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


#be93ca Background Color

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

This div background color is #be93ca


#be93ca Border Color

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

This div border color is #be93ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be93ca


Comments

No comments written yet.

Please login to write comment.