Color Hex Logo

#ceabe1 Color Hex

#CEABE1
(206,171,225)
0 Favorites   0 Comments

Color spaces of #ceabe1

RGB 206171225
HSL0.770.470.78
HSV279°24°88°
CMYK 0.080.240.00   0.12
XYZ53.607147.683977.6127
Yxy47.68390.29960.2665
Hunter Lab69.053517.7281-18.3015
CIE-Lab74.625122.4835-22.4072

#ceabe1 color RGB value is (206,171,225).

#ceabe1 hex color red value is 206, green value is 171 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #ceabe1 hue: 0.77 , saturation: 0.47 and the lightness value of ceabe1 is 0.78.

The process color (four color CMYK) of #ceabe1 color hex is 0.08, 0.24, 0.00, 0.12. Web safe color of #ceabe1 is #cc99cc. Color #ceabe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101011 11100001
Octal 316 253 341
Decimal 206 171 225
Hex CE AB E1

RGB Percentages of Color #ceabe1

%34.22
%28.41
%37.38

CMYK Percentages of Color #ceabe1

%8
%24
%0
%12

Triadic Colors of #ceabe1

#ceabe1 #e1ceab #abe1ce

Analogous Colors of #ceabe1

#ceabe1 #e1abd9 #b3abe1

Monochromatic Colors of #ceabe1

#ceabe1

Complementary Color

#ceabe1 #bee1ab

#ceabe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceabe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceabe1 Color CSS Codes

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

#ceabe1 Text Font Color

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

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


#ceabe1 Background Color

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

This div background color is #ceabe1


#ceabe1 Border Color

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

This div border color is #ceabe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceabe1

#ceabe1 Color Palettes


Comments

No comments written yet.

Please login to write comment.