Color Hex Logo

#cbb5fd Color Hex

#CBB5FD
(203,181,253)
0 Favorites   0 Comments

Color spaces of #cbb5fd

RGB 203181253
HSL0.720.950.85
HSV258°28°99°
CMYK 0.200.280.00   0.01
XYZ58.882152.8361100.0235
Yxy52.83610.27810.2495
Hunter Lab72.688417.3912-30.7046
CIE-Lab77.778122.0214-32.7349

#cbb5fd color RGB value is (203,181,253).

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

The process color (four color CMYK) of #cbb5fd color hex is 0.20, 0.28, 0.00, 0.01. Web safe color of #cbb5fd is #ccccff. Color #cbb5fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110101 11111101
Octal 313 265 375
Decimal 203 181 253
Hex CB B5 FD

RGB Percentages of Color #cbb5fd

%31.87
%28.41
%39.72

CMYK Percentages of Color #cbb5fd

%20
%28
%0
%1

Triadic Colors of #cbb5fd

#cbb5fd #fdcbb5 #b5fdcb

Analogous Colors of #cbb5fd

#cbb5fd #efb5fd #b5c3fd

Monochromatic Colors of #cbb5fd

#cbb5fd

Complementary Color

#cbb5fd #e7fdb5

#cbb5fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb5fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb5fd Color CSS Codes

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

#cbb5fd Text Font Color

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

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


#cbb5fd Background Color

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

This div background color is #cbb5fd


#cbb5fd Border Color

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

This div border color is #cbb5fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb5fd


Comments

No comments written yet.

Please login to write comment.