Color Hex Logo

#cb4feb Color Hex

#CB4FEB
(203,79,235)
0 Favorites   0 Comments

Color spaces of #cb4feb

RGB 20379235
HSL0.800.800.62
HSV288°66°92°
CMYK 0.140.660.00   0.08
XYZ42.420024.286681.0493
Yxy24.28660.28710.1644
Hunter Lab49.281467.4050-63.0126
CIE-Lab56.373670.1481-56.4742

#cb4feb color RGB value is (203,79,235).

#cb4feb hex color red value is 203, green value is 79 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cb4feb hue: 0.80 , saturation: 0.80 and the lightness value of cb4feb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01001111 11101011
Octal 313 117 353
Decimal 203 79 235
Hex CB 4F EB

RGB Percentages of Color #cb4feb

%39.26
%15.28
%45.45

CMYK Percentages of Color #cb4feb

%14
%66
%0
%8

Triadic Colors of #cb4feb

#cb4feb #ebcb4f #4febcb

Analogous Colors of #cb4feb

#cb4feb #eb4fbd #7d4feb

Monochromatic Colors of #cb4feb

#cb4feb

Complementary Color

#cb4feb #6feb4f

#cb4feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb4feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb4feb Color CSS Codes

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

#cb4feb Text Font Color

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

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


#cb4feb Background Color

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

This div background color is #cb4feb


#cb4feb Border Color

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

This div border color is #cb4feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb4feb


Comments

No comments written yet.

Please login to write comment.