Color Hex Logo

#cb88fb Color Hex

#CB88FB
(203,136,251)
0 Favorites   0 Comments

Color spaces of #cb88fb

RGB 203136251
HSL0.760.930.76
HSV275°46°98°
CMYK 0.190.460.00   0.02
XYZ50.845337.269995.7807
Yxy37.26990.27650.2027
Hunter Lab61.049141.8295-50.2865
CIE-Lab67.479046.0658-47.7032

#cb88fb color RGB value is (203,136,251).

#cb88fb hex color red value is 203, green value is 136 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cb88fb hue: 0.76 , saturation: 0.93 and the lightness value of cb88fb is 0.76.

The process color (four color CMYK) of #cb88fb color hex is 0.19, 0.46, 0.00, 0.02. Web safe color of #cb88fb is #cc99ff. Color #cb88fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10001000 11111011
Octal 313 210 373
Decimal 203 136 251
Hex CB 88 FB

RGB Percentages of Color #cb88fb

%34.41
%23.05
%42.54

CMYK Percentages of Color #cb88fb

%19
%46
%0
%2

Triadic Colors of #cb88fb

#cb88fb #fbcb88 #88fbcb

Analogous Colors of #cb88fb

#cb88fb #fb88f2 #9288fb

Monochromatic Colors of #cb88fb

#cb88fb

Complementary Color

#cb88fb #b8fb88

#cb88fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb88fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb88fb Color CSS Codes

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

#cb88fb Text Font Color

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

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


#cb88fb Background Color

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

This div background color is #cb88fb


#cb88fb Border Color

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

This div border color is #cb88fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb88fb


Comments

No comments written yet.

Please login to write comment.