Color Hex Logo

#cbbdda Color Hex

#CBBDDA
(203,189,218)
0 Favorites   0 Comments

Color spaces of #cbbdda

RGB 203189218
HSL0.750.280.80
HSV269°13°85°
CMYK 0.070.130.00   0.15
XYZ55.481154.153773.8582
Yxy54.15370.30240.2951
Hunter Lab73.58925.7954-7.9943
CIE-Lab78.551310.3192-12.7093

#cbbdda color RGB value is (203,189,218).

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

The process color (four color CMYK) of #cbbdda color hex is 0.07, 0.13, 0.00, 0.15. Web safe color of #cbbdda is #cccccc. Color #cbbdda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111101 11011010
Octal 313 275 332
Decimal 203 189 218
Hex CB BD DA

RGB Percentages of Color #cbbdda

%33.28
%30.98
%35.74

CMYK Percentages of Color #cbbdda

%7
%13
%0
%15

Triadic Colors of #cbbdda

#cbbdda #dacbbd #bddacb

Analogous Colors of #cbbdda

#cbbdda #dabdda #bdbeda

Monochromatic Colors of #cbbdda

#cbbdda

Complementary Color

#cbbdda #ccdabd

#cbbdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbdda Color CSS Codes

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

#cbbdda Text Font Color

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

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


#cbbdda Background Color

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

This div background color is #cbbdda


#cbbdda Border Color

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

This div border color is #cbbdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbdda


Comments

No comments written yet.

Please login to write comment.