Color Hex Logo

#be78cd Color Hex

#BE78CD
(190,120,205)
0 Favorites   0 Comments

Color spaces of #be78cd

RGB 190120205
HSL0.800.460.64
HSV289°41°80°
CMYK 0.070.410.00   0.20
XYZ38.971128.787961.2602
Yxy28.78790.30210.2231
Hunter Lab53.654435.7559-30.1367
CIE-Lab60.594041.3073-33.0499

#be78cd color RGB value is (190,120,205).

#be78cd hex color red value is 190, green value is 120 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #be78cd hue: 0.80 , saturation: 0.46 and the lightness value of be78cd is 0.64.

The process color (four color CMYK) of #be78cd color hex is 0.07, 0.41, 0.00, 0.20. Web safe color of #be78cd is #cc66cc. Color #be78cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111000 11001101
Octal 276 170 315
Decimal 190 120 205
Hex BE 78 CD

RGB Percentages of Color #be78cd

%36.89
%23.30
%39.81

CMYK Percentages of Color #be78cd

%7
%41
%0
%20

Triadic Colors of #be78cd

#be78cd #cdbe78 #78cdbe

Analogous Colors of #be78cd

#be78cd #cd78b2 #9478cd

Monochromatic Colors of #be78cd

#be78cd

Complementary Color

#be78cd #87cd78

#be78cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be78cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be78cd Color CSS Codes

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

#be78cd Text Font Color

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

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


#be78cd Background Color

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

This div background color is #be78cd


#be78cd Border Color

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

This div border color is #be78cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be78cd


Comments

No comments written yet.

Please login to write comment.