Color Hex Logo

#bc90ca Color Hex

#BC90CA
(188,144,202)
0 Favorites   0 Comments

Color spaces of #bc90ca

RGB 188144202
HSL0.790.350.68
HSV286°29°79°
CMYK 0.070.290.00   0.21
XYZ41.373034.902260.4333
Yxy34.90220.30260.2553
Hunter Lab59.078121.6188-19.2954
CIE-Lab65.672526.8970-23.5477

#bc90ca color RGB value is (188,144,202).

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

The process color (four color CMYK) of #bc90ca color hex is 0.07, 0.29, 0.00, 0.21. Web safe color of #bc90ca is #cc99cc. Color #bc90ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010000 11001010
Octal 274 220 312
Decimal 188 144 202
Hex BC 90 CA

RGB Percentages of Color #bc90ca

%35.21
%26.97
%37.83

CMYK Percentages of Color #bc90ca

%7
%29
%0
%21

Triadic Colors of #bc90ca

#bc90ca #cabc90 #90cabc

Analogous Colors of #bc90ca

#bc90ca #ca90bb #9f90ca

Monochromatic Colors of #bc90ca

#bc90ca

Complementary Color

#bc90ca #9eca90

#bc90ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc90ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc90ca Color CSS Codes

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

#bc90ca Text Font Color

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

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


#bc90ca Background Color

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

This div background color is #bc90ca


#bc90ca Border Color

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

This div border color is #bc90ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc90ca


Comments

No comments written yet.

Please login to write comment.