Color Hex Logo

#ceabf2 Color Hex

#CEABF2
(206,171,242)
0 Favorites   0 Comments

Color spaces of #ceabf2

RGB 206171242
HSL0.750.730.81
HSV270°29°95°
CMYK 0.150.290.00   0.05
XYZ56.043548.658490.4426
Yxy48.65840.28720.2493
Hunter Lab69.755621.3394-28.0444
CIE-Lab75.238326.0064-30.6968

#ceabf2 color RGB value is (206,171,242).

#ceabf2 hex color red value is 206, green value is 171 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #ceabf2 hue: 0.75 , saturation: 0.73 and the lightness value of ceabf2 is 0.81.

The process color (four color CMYK) of #ceabf2 color hex is 0.15, 0.29, 0.00, 0.05. Web safe color of #ceabf2 is #cc99ff. Color #ceabf2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101011 11110010
Octal 316 253 362
Decimal 206 171 242
Hex CE AB F2

RGB Percentages of Color #ceabf2

%33.28
%27.63
%39.10

CMYK Percentages of Color #ceabf2

%15
%29
%0
%5

Triadic Colors of #ceabf2

#ceabf2 #f2ceab #abf2ce

Analogous Colors of #ceabf2

#ceabf2 #f2abf2 #abacf2

Monochromatic Colors of #ceabf2

#ceabf2

Complementary Color

#ceabf2 #cff2ab

#ceabf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceabf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceabf2 Color CSS Codes

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

#ceabf2 Text Font Color

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

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


#ceabf2 Background Color

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

This div background color is #ceabf2


#ceabf2 Border Color

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

This div border color is #ceabf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceabf2


Comments

No comments written yet.

Please login to write comment.