Color Hex Logo

#cb6feb Color Hex

#CB6FEB
(203,111,235)
0 Favorites   0 Comments

Color spaces of #cb6feb

RGB 203111235
HSL0.790.760.68
HSV285°53°92°
CMYK 0.140.530.00   0.08
XYZ45.308430.063582.0121
Yxy30.06350.28790.1910
Hunter Lab54.830251.5489-50.3017
CIE-Lab61.709055.6336-47.9902

#cb6feb color RGB value is (203,111,235).

#cb6feb hex color red value is 203, green value is 111 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cb6feb hue: 0.79 , saturation: 0.76 and the lightness value of cb6feb is 0.68.

The process color (four color CMYK) of #cb6feb color hex is 0.14, 0.53, 0.00, 0.08. Web safe color of #cb6feb is #cc66ff. Color #cb6feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101111 11101011
Octal 313 157 353
Decimal 203 111 235
Hex CB 6F EB

RGB Percentages of Color #cb6feb

%36.98
%20.22
%42.81

CMYK Percentages of Color #cb6feb

%14
%53
%0
%8

Triadic Colors of #cb6feb

#cb6feb #ebcb6f #6febcb

Analogous Colors of #cb6feb

#cb6feb #eb6fcd #8d6feb

Monochromatic Colors of #cb6feb

#cb6feb

Complementary Color

#cb6feb #8feb6f

#cb6feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6feb Color CSS Codes

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

#cb6feb Text Font Color

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

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


#cb6feb Background Color

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

This div background color is #cb6feb


#cb6feb Border Color

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

This div border color is #cb6feb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,111,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cb6feb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb6feb


Comments

No comments written yet.

Please login to write comment.