Color Hex Logo

#cb50fa Color Hex

#CB50FA
(203,80,250)
0 Favorites   0 Comments

Color spaces of #cb50fa

RGB 20380250
HSL0.790.940.65
HSV283°68°98°
CMYK 0.190.680.00   0.02
XYZ44.752625.336092.9741
Yxy25.33600.27450.1554
Hunter Lab50.334970.6178-74.2808
CIE-Lab57.401372.5973-63.1882

#cb50fa color RGB value is (203,80,250).

#cb50fa hex color red value is 203, green value is 80 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cb50fa hue: 0.79 , saturation: 0.94 and the lightness value of cb50fa is 0.65.

The process color (four color CMYK) of #cb50fa color hex is 0.19, 0.68, 0.00, 0.02. Web safe color of #cb50fa is #cc66ff. Color #cb50fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010000 11111010
Octal 313 120 372
Decimal 203 80 250
Hex CB 50 FA

RGB Percentages of Color #cb50fa

%38.09
%15.01
%46.90

CMYK Percentages of Color #cb50fa

%19
%68
%0
%2

Triadic Colors of #cb50fa

#cb50fa #facb50 #50facb

Analogous Colors of #cb50fa

#cb50fa #fa50d4 #7650fa

Monochromatic Colors of #cb50fa

#cb50fa

Complementary Color

#cb50fa #7ffa50

#cb50fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb50fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb50fa Color CSS Codes

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

#cb50fa Text Font Color

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

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


#cb50fa Background Color

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

This div background color is #cb50fa


#cb50fa Border Color

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

This div border color is #cb50fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb50fa


Comments

No comments written yet.

Please login to write comment.