Color Hex Logo

#be67da Color Hex

#BE67DA
(190,103,218)
0 Favorites   0 Comments

Color spaces of #be67da

RGB 190103218
HSL0.790.610.63
HSV285°53°85°
CMYK 0.130.530.00   0.15
XYZ38.740325.709669.2503
Yxy25.70960.28980.1923
Hunter Lab50.704647.6478-45.4826
CIE-Lab57.760452.7864-44.8225

#be67da color RGB value is (190,103,218).

#be67da hex color red value is 190, green value is 103 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #be67da hue: 0.79 , saturation: 0.61 and the lightness value of be67da is 0.63.

The process color (four color CMYK) of #be67da color hex is 0.13, 0.53, 0.00, 0.15. Web safe color of #be67da is #cc66cc. Color #be67da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100111 11011010
Octal 276 147 332
Decimal 190 103 218
Hex BE 67 DA

RGB Percentages of Color #be67da

%37.18
%20.16
%42.66

CMYK Percentages of Color #be67da

%13
%53
%0
%15

Triadic Colors of #be67da

#be67da #dabe67 #67dabe

Analogous Colors of #be67da

#be67da #da67bd #8567da

Monochromatic Colors of #be67da

#be67da

Complementary Color

#be67da #83da67

#be67da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be67da Color Preview on White Background

Lorem ipsum dolor sit amet.

#be67da Color CSS Codes

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

#be67da Text Font Color

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

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


#be67da Background Color

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

This div background color is #be67da


#be67da Border Color

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

This div border color is #be67da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be67da


Comments

No comments written yet.

Please login to write comment.