Color Hex Logo

#cb6cfb Color Hex

#CB6CFB
(203,108,251)
0 Favorites   0 Comments

Color spaces of #cb6cfb

RGB 203108251
HSL0.780.950.70
HSV280°57°98°
CMYK 0.190.570.00   0.02
XYZ47.403830.386794.6335
Yxy30.38670.27490.1762
Hunter Lab55.124157.0332-63.1983
CIE-Lab61.986560.3683-56.4050

#cb6cfb color RGB value is (203,108,251).

#cb6cfb hex color red value is 203, green value is 108 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cb6cfb hue: 0.78 , saturation: 0.95 and the lightness value of cb6cfb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101100 11111011
Octal 313 154 373
Decimal 203 108 251
Hex CB 6C FB

RGB Percentages of Color #cb6cfb

%36.12
%19.22
%44.66

CMYK Percentages of Color #cb6cfb

%19
%57
%0
%2

Triadic Colors of #cb6cfb

#cb6cfb #fbcb6c #6cfbcb

Analogous Colors of #cb6cfb

#cb6cfb #fb6ce4 #846cfb

Monochromatic Colors of #cb6cfb

#cb6cfb

Complementary Color

#cb6cfb #9cfb6c

#cb6cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6cfb Color CSS Codes

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

#cb6cfb Text Font Color

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

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


#cb6cfb Background Color

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

This div background color is #cb6cfb


#cb6cfb Border Color

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

This div border color is #cb6cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb6cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.