Color Hex Logo

#cb96fc Color Hex

#CB96FC
(203,150,252)
0 Favorites   0 Comments

Color spaces of #cb96fc

RGB 203150252
HSL0.750.940.79
HSV271°40°99°
CMYK 0.190.400.00   0.01
XYZ53.105641.537597.3140
Yxy41.53750.27670.2164
Hunter Lab64.449634.2948-44.4087
CIE-Lab70.550938.7526-43.4241

#cb96fc color RGB value is (203,150,252).

#cb96fc hex color red value is 203, green value is 150 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #cb96fc hue: 0.75 , saturation: 0.94 and the lightness value of cb96fc is 0.79.

The process color (four color CMYK) of #cb96fc color hex is 0.19, 0.40, 0.00, 0.01. Web safe color of #cb96fc is #cc99ff. Color #cb96fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010110 11111100
Octal 313 226 374
Decimal 203 150 252
Hex CB 96 FC

RGB Percentages of Color #cb96fc

%33.55
%24.79
%41.65

CMYK Percentages of Color #cb96fc

%19
%40
%0
%1

Triadic Colors of #cb96fc

#cb96fc #fccb96 #96fccb

Analogous Colors of #cb96fc

#cb96fc #fc96fa #9896fc

Monochromatic Colors of #cb96fc

#cb96fc

Complementary Color

#cb96fc #c7fc96

#cb96fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb96fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb96fc Color CSS Codes

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

#cb96fc Text Font Color

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

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


#cb96fc Background Color

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

This div background color is #cb96fc


#cb96fc Border Color

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

This div border color is #cb96fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb96fc


Comments

No comments written yet.

Please login to write comment.