Color Hex Logo

#cbb8df Color Hex

#CBB8DF
(203,184,223)
0 Favorites   0 Comments

Color spaces of #cbb8df

RGB 203184223
HSL0.750.380.80
HSV269°17°87°
CMYK 0.090.170.00   0.13
XYZ55.088452.305277.0045
Yxy52.30520.29870.2837
Hunter Lab72.32239.4005-12.5028
CIE-Lab77.463014.0219-17.0464

#cbb8df color RGB value is (203,184,223).

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

The process color (four color CMYK) of #cbb8df color hex is 0.09, 0.17, 0.00, 0.13. Web safe color of #cbb8df is #cccccc. Color #cbb8df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111000 11011111
Octal 313 270 337
Decimal 203 184 223
Hex CB B8 DF

RGB Percentages of Color #cbb8df

%33.28
%30.16
%36.56

CMYK Percentages of Color #cbb8df

%9
%17
%0
%13

Triadic Colors of #cbb8df

#cbb8df #dfcbb8 #b8dfcb

Analogous Colors of #cbb8df

#cbb8df #dfb8df #b8b9df

Monochromatic Colors of #cbb8df

#cbb8df

Complementary Color

#cbb8df #ccdfb8

#cbb8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb8df Color CSS Codes

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

#cbb8df Text Font Color

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

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


#cbb8df Background Color

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

This div background color is #cbb8df


#cbb8df Border Color

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

This div border color is #cbb8df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb8df


Comments

No comments written yet.

Please login to write comment.