Color Hex Logo

#cea4f9 Color Hex

#CEA4F9
(206,164,249)
0 Favorites   0 Comments

Color spaces of #cea4f9

RGB 206164249
HSL0.750.880.81
HSV270°34°98°
CMYK 0.170.340.00   0.02
XYZ55.827946.512395.6578
Yxy46.51230.28200.2349
Hunter Lab68.199926.7688-35.4207
CIE-Lab73.876731.3369-36.5907

#cea4f9 color RGB value is (206,164,249).

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

The process color (four color CMYK) of #cea4f9 color hex is 0.17, 0.34, 0.00, 0.02. Web safe color of #cea4f9 is #cc99ff. Color #cea4f9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100100 11111001
Octal 316 244 371
Decimal 206 164 249
Hex CE A4 F9

RGB Percentages of Color #cea4f9

%33.28
%26.49
%40.23

CMYK Percentages of Color #cea4f9

%17
%34
%0
%2

Triadic Colors of #cea4f9

#cea4f9 #f9cea4 #a4f9ce

Analogous Colors of #cea4f9

#cea4f9 #f9a4f9 #a4a5f9

Monochromatic Colors of #cea4f9

#cea4f9

Complementary Color

#cea4f9 #cff9a4

#cea4f9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea4f9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea4f9 Color CSS Codes

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

#cea4f9 Text Font Color

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

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


#cea4f9 Background Color

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

This div background color is #cea4f9


#cea4f9 Border Color

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

This div border color is #cea4f9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea4f9


Comments

No comments written yet.

Please login to write comment.