Color Hex Logo

#cbb5fb Color Hex

#CBB5FB
(203,181,251)
0 Favorites   0 Comments

Color spaces of #cbb5fb

RGB 203181251
HSL0.720.900.85
HSV259°28°98°
CMYK 0.190.280.00   0.02
XYZ58.565152.709398.3540
Yxy52.70930.27940.2514
Hunter Lab72.601216.9383-29.5003
CIE-Lab77.703121.5787-31.7766

#cbb5fb color RGB value is (203,181,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110101 11111011
Octal 313 265 373
Decimal 203 181 251
Hex CB B5 FB

RGB Percentages of Color #cbb5fb

%31.97
%28.50
%39.53

CMYK Percentages of Color #cbb5fb

%19
%28
%0
%2

Triadic Colors of #cbb5fb

#cbb5fb #fbcbb5 #b5fbcb

Analogous Colors of #cbb5fb

#cbb5fb #eeb5fb #b5c2fb

Monochromatic Colors of #cbb5fb

#cbb5fb

Complementary Color

#cbb5fb #e5fbb5

#cbb5fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb5fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb5fb Color CSS Codes

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

#cbb5fb Text Font Color

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

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


#cbb5fb Background Color

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

This div background color is #cbb5fb


#cbb5fb Border Color

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

This div border color is #cbb5fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb5fb

Related Colors


Comments

No comments written yet.

Please login to write comment.