Color Hex Logo

#cb5afa Color Hex

#CB5AFA
(203,90,250)
0 Favorites   0 Comments

Color spaces of #cb5afa

RGB 20390250
HSL0.780.940.67
HSV282°64°98°
CMYK 0.190.640.00   0.02
XYZ45.540126.911093.2366
Yxy26.91100.27490.1624
Hunter Lab51.875865.9167-70.2491
CIE-Lab58.891968.4410-60.7967

#cb5afa color RGB value is (203,90,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011010 11111010
Octal 313 132 372
Decimal 203 90 250
Hex CB 5A FA

RGB Percentages of Color #cb5afa

%37.38
%16.57
%46.04

CMYK Percentages of Color #cb5afa

%19
%64
%0
%2

Triadic Colors of #cb5afa

#cb5afa #facb5a #5afacb

Analogous Colors of #cb5afa

#cb5afa #fa5ad9 #7b5afa

Monochromatic Colors of #cb5afa

#cb5afa

Complementary Color

#cb5afa #89fa5a

#cb5afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5afa Color CSS Codes

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

#cb5afa Text Font Color

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

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


#cb5afa Background Color

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

This div background color is #cb5afa


#cb5afa Border Color

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

This div border color is #cb5afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5afa


Comments

No comments written yet.

Please login to write comment.