Color Hex Logo

#cb90fa Color Hex

#CB90FA
(203,144,250)
0 Favorites   0 Comments

Color spaces of #cb90fa

RGB 203144250
HSL0.760.910.77
HSV273°42°98°
CMYK 0.190.420.00   0.02
XYZ51.857239.545295.3423
Yxy39.54520.27770.2118
Hunter Lab62.885037.1488-45.8723
CIE-Lab69.144441.5625-44.5391

#cb90fa color RGB value is (203,144,250).

#cb90fa hex color red value is 203, green value is 144 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cb90fa hue: 0.76 , saturation: 0.91 and the lightness value of cb90fa is 0.77.

The process color (four color CMYK) of #cb90fa color hex is 0.19, 0.42, 0.00, 0.02. Web safe color of #cb90fa is #cc99ff. Color #cb90fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010000 11111010
Octal 313 220 372
Decimal 203 144 250
Hex CB 90 FA

RGB Percentages of Color #cb90fa

%34.00
%24.12
%41.88

CMYK Percentages of Color #cb90fa

%19
%42
%0
%2

Triadic Colors of #cb90fa

#cb90fa #facb90 #90facb

Analogous Colors of #cb90fa

#cb90fa #fa90f4 #9690fa

Monochromatic Colors of #cb90fa

#cb90fa

Complementary Color

#cb90fa #bffa90

#cb90fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb90fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb90fa Color CSS Codes

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

#cb90fa Text Font Color

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

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


#cb90fa Background Color

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

This div background color is #cb90fa


#cb90fa Border Color

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

This div border color is #cb90fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,144,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb90fa


Comments

No comments written yet.

Please login to write comment.