Color Hex Logo

#cb88fa Color Hex

#CB88FA
(203,136,250)
0 Favorites   0 Comments

Color spaces of #cb88fa

RGB 203136250
HSL0.760.920.76
HSV275°46°98°
CMYK 0.190.460.00   0.02
XYZ50.688137.207094.9526
Yxy37.20700.27720.2035
Hunter Lab60.997541.5853-49.5963
CIE-Lab67.432045.8496-47.2303

#cb88fa color RGB value is (203,136,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10001000 11111010
Octal 313 210 372
Decimal 203 136 250
Hex CB 88 FA

RGB Percentages of Color #cb88fa

%34.47
%23.09
%42.44

CMYK Percentages of Color #cb88fa

%19
%46
%0
%2

Triadic Colors of #cb88fa

#cb88fa #facb88 #88facb

Analogous Colors of #cb88fa

#cb88fa #fa88f0 #9288fa

Monochromatic Colors of #cb88fa

#cb88fa

Complementary Color

#cb88fa #b7fa88

#cb88fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb88fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb88fa Color CSS Codes

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

#cb88fa Text Font Color

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

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


#cb88fa Background Color

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

This div background color is #cb88fa


#cb88fa Border Color

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

This div border color is #cb88fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb88fa


Comments

No comments written yet.

Please login to write comment.