Color Hex Logo

#ceb1e4 Color Hex

#CEB1E4
(206,177,228)
0 Favorites   0 Comments

Color spaces of #ceb1e4

RGB 206177228
HSL0.760.490.79
HSV274°22°89°
CMYK 0.100.220.00   0.11
XYZ55.179350.167580.1738
Yxy50.16750.29740.2704
Hunter Lab70.829015.1095-17.5321
CIE-Lab76.172019.8158-21.6841

#ceb1e4 color RGB value is (206,177,228).

#ceb1e4 hex color red value is 206, green value is 177 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #ceb1e4 hue: 0.76 , saturation: 0.49 and the lightness value of ceb1e4 is 0.79.

The process color (four color CMYK) of #ceb1e4 color hex is 0.10, 0.22, 0.00, 0.11. Web safe color of #ceb1e4 is #cc99cc. Color #ceb1e4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110001 11100100
Octal 316 261 344
Decimal 206 177 228
Hex CE B1 E4

RGB Percentages of Color #ceb1e4

%33.72
%28.97
%37.32

CMYK Percentages of Color #ceb1e4

%10
%22
%0
%11

Triadic Colors of #ceb1e4

#ceb1e4 #e4ceb1 #b1e4ce

Analogous Colors of #ceb1e4

#ceb1e4 #e4b1e1 #b5b1e4

Monochromatic Colors of #ceb1e4

#ceb1e4

Complementary Color

#ceb1e4 #c7e4b1

#ceb1e4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb1e4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb1e4 Color CSS Codes

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

#ceb1e4 Text Font Color

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

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


#ceb1e4 Background Color

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

This div background color is #ceb1e4


#ceb1e4 Border Color

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

This div border color is #ceb1e4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,177,228, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb1e4


Comments

No comments written yet.

Please login to write comment.