Color Hex Logo

#cb88da Color Hex

#CB88DA
(203,136,218)
0 Favorites   0 Comments

Color spaces of #cb88da

RGB 203136218
HSL0.800.530.69
HSV289°38°85°
CMYK 0.070.380.00   0.15
XYZ46.087735.366870.7271
Yxy35.36680.30280.2324
Hunter Lab59.470034.2604-28.8840
CIE-Lab66.033239.2211-31.7729

#cb88da color RGB value is (203,136,218).

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

The process color (four color CMYK) of #cb88da color hex is 0.07, 0.38, 0.00, 0.15. Web safe color of #cb88da is #cc99cc. Color #cb88da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10001000 11011010
Octal 313 210 332
Decimal 203 136 218
Hex CB 88 DA

RGB Percentages of Color #cb88da

%36.45
%24.42
%39.14

CMYK Percentages of Color #cb88da

%7
%38
%0
%15

Triadic Colors of #cb88da

#cb88da #dacb88 #88dacb

Analogous Colors of #cb88da

#cb88da #da88c0 #a288da

Monochromatic Colors of #cb88da

#cb88da

Complementary Color

#cb88da #97da88

#cb88da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb88da Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb88da Color CSS Codes

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

#cb88da Text Font Color

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

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


#cb88da Background Color

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

This div background color is #cb88da


#cb88da Border Color

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

This div border color is #cb88da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb88da


Comments

No comments written yet.

Please login to write comment.