Color Hex Logo

#cb9dfb Color Hex

#CB9DFB
(203,157,251)
0 Favorites   0 Comments

Color spaces of #cb9dfb

RGB 203157251
HSL0.750.920.80
HSV269°37°98°
CMYK 0.190.370.00   0.02
XYZ54.098243.775596.8650
Yxy43.77550.27780.2248
Hunter Lab66.163130.1651-40.4885
CIE-Lab72.078234.7193-40.4940

#cb9dfb color RGB value is (203,157,251).

#cb9dfb hex color red value is 203, green value is 157 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cb9dfb hue: 0.75 , saturation: 0.92 and the lightness value of cb9dfb is 0.80.

The process color (four color CMYK) of #cb9dfb color hex is 0.19, 0.37, 0.00, 0.02. Web safe color of #cb9dfb is #cc99ff. Color #cb9dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10011101 11111011
Octal 313 235 373
Decimal 203 157 251
Hex CB 9D FB

RGB Percentages of Color #cb9dfb

%33.22
%25.70
%41.08

CMYK Percentages of Color #cb9dfb

%19
%37
%0
%2

Triadic Colors of #cb9dfb

#cb9dfb #fbcb9d #9dfbcb

Analogous Colors of #cb9dfb

#cb9dfb #fa9dfb #9d9efb

Monochromatic Colors of #cb9dfb

#cb9dfb

Complementary Color

#cb9dfb #cdfb9d

#cb9dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb9dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb9dfb Color CSS Codes

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

#cb9dfb Text Font Color

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

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


#cb9dfb Background Color

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

This div background color is #cb9dfb


#cb9dfb Border Color

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

This div border color is #cb9dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb9dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.