Color Hex Logo

#cb50fb Color Hex

#CB50FB
(203,80,251)
0 Favorites   0 Comments

Color spaces of #cb50fb

RGB 20380251
HSL0.790.960.65
HSV283°68°98°
CMYK 0.190.680.00   0.02
XYZ44.909825.398993.8022
Yxy25.39890.27370.1548
Hunter Lab50.397370.8687-75.0756
CIE-Lab57.462072.7906-63.6452

#cb50fb color RGB value is (203,80,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010000 11111011
Octal 313 120 373
Decimal 203 80 251
Hex CB 50 FB

RGB Percentages of Color #cb50fb

%38.01
%14.98
%47.00

CMYK Percentages of Color #cb50fb

%19
%68
%0
%2

Triadic Colors of #cb50fb

#cb50fb #fbcb50 #50fbcb

Analogous Colors of #cb50fb

#cb50fb #fb50d6 #7650fb

Monochromatic Colors of #cb50fb

#cb50fb

Complementary Color

#cb50fb #80fb50

#cb50fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb50fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb50fb Color CSS Codes

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

#cb50fb Text Font Color

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

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


#cb50fb Background Color

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

This div background color is #cb50fb


#cb50fb Border Color

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

This div border color is #cb50fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb50fb


Comments

No comments written yet.

Please login to write comment.