Color Hex Logo

#cb6ffa Color Hex

#CB6FFA
(203,111,250)
0 Favorites   0 Comments

Color spaces of #cb6ffa

RGB 203111250
HSL0.780.930.71
HSV280°56°98°
CMYK 0.190.560.00   0.02
XYZ47.568430.967593.9127
Yxy30.96750.27580.1796
Hunter Lab55.648555.1973-61.1043
CIE-Lab62.480258.6985-55.0679

#cb6ffa color RGB value is (203,111,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101111 11111010
Octal 313 157 372
Decimal 203 111 250
Hex CB 6F FA

RGB Percentages of Color #cb6ffa

%35.99
%19.68
%44.33

CMYK Percentages of Color #cb6ffa

%19
%56
%0
%2

Triadic Colors of #cb6ffa

#cb6ffa #facb6f #6ffacb

Analogous Colors of #cb6ffa

#cb6ffa #fa6fe4 #866ffa

Monochromatic Colors of #cb6ffa

#cb6ffa

Complementary Color

#cb6ffa #9efa6f

#cb6ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6ffa Color CSS Codes

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

#cb6ffa Text Font Color

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

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


#cb6ffa Background Color

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

This div background color is #cb6ffa


#cb6ffa Border Color

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

This div border color is #cb6ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb6ffa


Comments

No comments written yet.

Please login to write comment.