Color Hex Logo

#ccb1eb Color Hex

#CCB1EB
(204,177,235)
0 Favorites   0 Comments

Color spaces of #ccb1eb

RGB 204177235
HSL0.740.590.81
HSV268°25°92°
CMYK 0.130.250.00   0.08
XYZ55.619450.279885.3708
Yxy50.27980.29080.2629
Hunter Lab70.908315.9234-21.7471
CIE-Lab76.240720.6256-25.3865

#ccb1eb color RGB value is (204,177,235).

#ccb1eb hex color red value is 204, green value is 177 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ccb1eb hue: 0.74 , saturation: 0.59 and the lightness value of ccb1eb is 0.81.

The process color (four color CMYK) of #ccb1eb color hex is 0.13, 0.25, 0.00, 0.08. Web safe color of #ccb1eb is #cc99ff. Color #ccb1eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110001 11101011
Octal 314 261 353
Decimal 204 177 235
Hex CC B1 EB

RGB Percentages of Color #ccb1eb

%33.12
%28.73
%38.15

CMYK Percentages of Color #ccb1eb

%13
%25
%0
%8

Triadic Colors of #ccb1eb

#ccb1eb #ebccb1 #b1ebcc

Analogous Colors of #ccb1eb

#ccb1eb #e9b1eb #b1b3eb

Monochromatic Colors of #ccb1eb

#ccb1eb

Complementary Color

#ccb1eb #d0ebb1

#ccb1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb1eb Color CSS Codes

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

#ccb1eb Text Font Color

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

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


#ccb1eb Background Color

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

This div background color is #ccb1eb


#ccb1eb Border Color

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

This div border color is #ccb1eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb1eb


Comments

No comments written yet.

Please login to write comment.