Color Hex Logo

#cb89db Color Hex

#CB89DB
(203,137,219)
0 Favorites   0 Comments

Color spaces of #cb89db

RGB 203137219
HSL0.800.530.70
HSV288°37°86°
CMYK 0.070.370.00   0.14
XYZ46.360435.702371.4656
Yxy35.70230.30200.2325
Hunter Lab59.751433.9311-29.0878
CIE-Lab66.291838.8798-31.9279

#cb89db color RGB value is (203,137,219).

#cb89db hex color red value is 203, green value is 137 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cb89db hue: 0.80 , saturation: 0.53 and the lightness value of cb89db is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10001001 11011011
Octal 313 211 333
Decimal 203 137 219
Hex CB 89 DB

RGB Percentages of Color #cb89db

%36.31
%24.51
%39.18

CMYK Percentages of Color #cb89db

%7
%37
%0
%14

Triadic Colors of #cb89db

#cb89db #dbcb89 #89dbcb

Analogous Colors of #cb89db

#cb89db #db89c2 #a289db

Monochromatic Colors of #cb89db

#cb89db

Complementary Color

#cb89db #99db89

#cb89db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb89db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb89db Color CSS Codes

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

#cb89db Text Font Color

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

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


#cb89db Background Color

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

This div background color is #cb89db


#cb89db Border Color

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

This div border color is #cb89db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb89db


Comments

No comments written yet.

Please login to write comment.