Color Hex Logo

#cb99eb Color Hex

#CB99EB
(203,153,235)
0 Favorites   0 Comments

Color spaces of #cb99eb

RGB 203153235
HSL0.770.670.76
HSV277°35°92°
CMYK 0.140.350.00   0.08
XYZ51.015241.477183.9144
Yxy41.47710.28920.2351
Hunter Lab64.402728.6901-32.1708
CIE-Lab70.508933.4576-34.2141

#cb99eb color RGB value is (203,153,235).

#cb99eb hex color red value is 203, green value is 153 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cb99eb hue: 0.77 , saturation: 0.67 and the lightness value of cb99eb is 0.76.

The process color (four color CMYK) of #cb99eb color hex is 0.14, 0.35, 0.00, 0.08. Web safe color of #cb99eb is #cc99ff. Color #cb99eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10011001 11101011
Octal 313 231 353
Decimal 203 153 235
Hex CB 99 EB

RGB Percentages of Color #cb99eb

%34.35
%25.89
%39.76

CMYK Percentages of Color #cb99eb

%14
%35
%0
%8

Triadic Colors of #cb99eb

#cb99eb #ebcb99 #99ebcb

Analogous Colors of #cb99eb

#cb99eb #eb99e2 #a299eb

Monochromatic Colors of #cb99eb

#cb99eb

Complementary Color

#cb99eb #b9eb99

#cb99eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb99eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb99eb Color CSS Codes

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

#cb99eb Text Font Color

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

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


#cb99eb Background Color

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

This div background color is #cb99eb


#cb99eb Border Color

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

This div border color is #cb99eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb99eb


Comments

No comments written yet.

Please login to write comment.