Color Hex Logo

#be90cd Color Hex

#BE90CD
(190,144,205)
0 Favorites   0 Comments

Color spaces of #be90cd

RGB 190144205
HSL0.790.380.68
HSV285°30°80°
CMYK 0.070.300.00   0.20
XYZ42.227935.301462.3458
Yxy35.30140.30190.2524
Hunter Lab59.415022.8888-20.6242
CIE-Lab65.982728.1521-24.7287

#be90cd color RGB value is (190,144,205).

#be90cd hex color red value is 190, green value is 144 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #be90cd hue: 0.79 , saturation: 0.38 and the lightness value of be90cd is 0.68.

The process color (four color CMYK) of #be90cd color hex is 0.07, 0.30, 0.00, 0.20. Web safe color of #be90cd is #cc99cc. Color #be90cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010000 11001101
Octal 276 220 315
Decimal 190 144 205
Hex BE 90 CD

RGB Percentages of Color #be90cd

%35.25
%26.72
%38.03

CMYK Percentages of Color #be90cd

%7
%30
%0
%20

Triadic Colors of #be90cd

#be90cd #cdbe90 #90cdbe

Analogous Colors of #be90cd

#be90cd #cd90be #a090cd

Monochromatic Colors of #be90cd

#be90cd

Complementary Color

#be90cd #9fcd90

#be90cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be90cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be90cd Color CSS Codes

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

#be90cd Text Font Color

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

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


#be90cd Background Color

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

This div background color is #be90cd


#be90cd Border Color

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

This div border color is #be90cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be90cd


Comments

No comments written yet.

Please login to write comment.