Color Hex Logo

#cbb4fb Color Hex

#CBB4FB
(203,180,251)
0 Favorites   0 Comments

Color spaces of #cbb4fb

RGB 203180251
HSL0.720.900.85
HSV259°28°98°
CMYK 0.190.280.00   0.02
XYZ58.362452.304198.2864
Yxy52.30410.27930.2503
Hunter Lab72.321617.4840-29.9511
CIE-Lab77.462322.1249-32.1474

#cbb4fb color RGB value is (203,180,251).

#cbb4fb hex color red value is 203, green value is 180 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cbb4fb hue: 0.72 , saturation: 0.90 and the lightness value of cbb4fb is 0.85.

The process color (four color CMYK) of #cbb4fb color hex is 0.19, 0.28, 0.00, 0.02. Web safe color of #cbb4fb is #ccccff. Color #cbb4fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110100 11111011
Octal 313 264 373
Decimal 203 180 251
Hex CB B4 FB

RGB Percentages of Color #cbb4fb

%32.02
%28.39
%39.59

CMYK Percentages of Color #cbb4fb

%19
%28
%0
%2

Triadic Colors of #cbb4fb

#cbb4fb #fbcbb4 #b4fbcb

Analogous Colors of #cbb4fb

#cbb4fb #efb4fb #b4c1fb

Monochromatic Colors of #cbb4fb

#cbb4fb

Complementary Color

#cbb4fb #e4fbb4

#cbb4fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb4fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb4fb Color CSS Codes

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

#cbb4fb Text Font Color

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

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


#cbb4fb Background Color

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

This div background color is #cbb4fb


#cbb4fb Border Color

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

This div border color is #cbb4fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb4fb


Comments

No comments written yet.

Please login to write comment.