Color Hex Logo

#cbb4df Color Hex

#CBB4DF
(203,180,223)
0 Favorites   0 Comments

Color spaces of #cbb4df

RGB 203180223
HSL0.760.400.79
HSV272°19°87°
CMYK 0.090.190.00   0.13
XYZ54.269150.666776.7314
Yxy50.66670.29870.2789
Hunter Lab71.180511.5251-14.0872
CIE-Lab76.476716.1962-18.5360

#cbb4df color RGB value is (203,180,223).

#cbb4df hex color red value is 203, green value is 180 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cbb4df hue: 0.76 , saturation: 0.40 and the lightness value of cbb4df is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110100 11011111
Octal 313 264 337
Decimal 203 180 223
Hex CB B4 DF

RGB Percentages of Color #cbb4df

%33.50
%29.70
%36.80

CMYK Percentages of Color #cbb4df

%9
%19
%0
%13

Triadic Colors of #cbb4df

#cbb4df #dfcbb4 #b4dfcb

Analogous Colors of #cbb4df

#cbb4df #dfb4de #b6b4df

Monochromatic Colors of #cbb4df

#cbb4df

Complementary Color

#cbb4df #c8dfb4

#cbb4df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb4df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb4df Color CSS Codes

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

#cbb4df Text Font Color

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

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


#cbb4df Background Color

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

This div background color is #cbb4df


#cbb4df Border Color

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

This div border color is #cbb4df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb4df


Comments

No comments written yet.

Please login to write comment.