Color Hex Logo

#cbafdb Color Hex

#CBAFDB
(203,175,219)
0 Favorites   0 Comments

Color spaces of #cbafdb

RGB 203175219
HSL0.770.380.77
HSV278°20°86°
CMYK 0.070.200.00   0.14
XYZ52.744848.470973.5937
Yxy48.47090.30170.2773
Hunter Lab69.621013.3945-13.9384
CIE-Lab75.121018.1192-18.4136

#cbafdb color RGB value is (203,175,219).

#cbafdb hex color red value is 203, green value is 175 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cbafdb hue: 0.77 , saturation: 0.38 and the lightness value of cbafdb is 0.77.

The process color (four color CMYK) of #cbafdb color hex is 0.07, 0.20, 0.00, 0.14. Web safe color of #cbafdb is #cc99cc. Color #cbafdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101111 11011011
Octal 313 257 333
Decimal 203 175 219
Hex CB AF DB

RGB Percentages of Color #cbafdb

%34.00
%29.31
%36.68

CMYK Percentages of Color #cbafdb

%7
%20
%0
%14

Triadic Colors of #cbafdb

#cbafdb #dbcbaf #afdbcb

Analogous Colors of #cbafdb

#cbafdb #dbafd5 #b5afdb

Monochromatic Colors of #cbafdb

#cbafdb

Complementary Color

#cbafdb #bfdbaf

#cbafdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbafdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbafdb Color CSS Codes

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

#cbafdb Text Font Color

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

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


#cbafdb Background Color

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

This div background color is #cbafdb


#cbafdb Border Color

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

This div border color is #cbafdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbafdb


Comments

No comments written yet.

Please login to write comment.