Color Hex Logo

#cb31fa Color Hex

#CB31FA
(203,49,250)
0 Favorites   0 Comments

Color spaces of #cb31fa

RGB 20349250
HSL0.790.950.59
HSV286°80°98°
CMYK 0.190.800.00   0.02
XYZ42.982221.795392.3840
Yxy21.79530.27350.1387
Hunter Lab46.685482.6413-84.6469
CIE-Lab53.809182.8824-68.9794

#cb31fa color RGB value is (203,49,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00110001 11111010
Octal 313 61 372
Decimal 203 49 250
Hex CB 31 FA

RGB Percentages of Color #cb31fa

%40.44
%9.76
%49.80

CMYK Percentages of Color #cb31fa

%19
%80
%0
%2

Triadic Colors of #cb31fa

#cb31fa #facb31 #31facb

Analogous Colors of #cb31fa

#cb31fa #fa31c5 #6731fa

Monochromatic Colors of #cb31fa

#cb31fa

Complementary Color

#cb31fa #60fa31

#cb31fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb31fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb31fa Color CSS Codes

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

#cb31fa Text Font Color

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

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


#cb31fa Background Color

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

This div background color is #cb31fa


#cb31fa Border Color

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

This div border color is #cb31fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb31fa


Comments

No comments written yet.

Please login to write comment.