Color Hex Logo

#cb30fb Color Hex

#CB30FB
(203,48,251)
0 Favorites   0 Comments

Color spaces of #cb30fb

RGB 20348251
HSL0.790.960.59
HSV286°81°98°
CMYK 0.190.810.00   0.02
XYZ43.098121.775493.1983
Yxy21.77540.27260.1378
Hunter Lab46.664183.1970-85.7500
CIE-Lab53.787983.3187-69.5707

#cb30fb color RGB value is (203,48,251).

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

The process color (four color CMYK) of #cb30fb color hex is 0.19, 0.81, 0.00, 0.02. Web safe color of #cb30fb is #cc33ff. Color #cb30fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00110000 11111011
Octal 313 60 373
Decimal 203 48 251
Hex CB 30 FB

RGB Percentages of Color #cb30fb

%40.44
%9.56
%50.00

CMYK Percentages of Color #cb30fb

%19
%81
%0
%2

Triadic Colors of #cb30fb

#cb30fb #fbcb30 #30fbcb

Analogous Colors of #cb30fb

#cb30fb #fb30c6 #6630fb

Monochromatic Colors of #cb30fb

#cb30fb

Complementary Color

#cb30fb #60fb30

#cb30fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb30fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb30fb Color CSS Codes

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

#cb30fb Text Font Color

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

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


#cb30fb Background Color

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

This div background color is #cb30fb


#cb30fb Border Color

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

This div border color is #cb30fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb30fb

Related Colors


Comments

No comments written yet.

Please login to write comment.